1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

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

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