Fix design nightly build (#11134)

This commit is contained in:
Paulus Schoutsen 2022-01-10 00:24:29 -08:00 committed by GitHub
parent 34c3374d84
commit f021480bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,6 @@ if [[ "${PULL_REQUEST}" == "true" ]]; then
else
createStatus "success" "Build was not requested by PR label"
fi
elif [[ "${$INCOMING_HOOK_BODY}" == "NIGHTLY" ]]; then
elif [[ "$INCOMING_HOOK_BODY" == "NIGHTLY" ]]; then
gulp build-gallery
fi