mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
Fix design nightly build (#11134)
This commit is contained in:
parent
34c3374d84
commit
f021480bc5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user