mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +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
|
else
|
||||||
createStatus "success" "Build was not requested by PR label"
|
createStatus "success" "Build was not requested by PR label"
|
||||||
fi
|
fi
|
||||||
elif [[ "${$INCOMING_HOOK_BODY}" == "NIGHTLY" ]]; then
|
elif [[ "$INCOMING_HOOK_BODY" == "NIGHTLY" ]]; then
|
||||||
gulp build-gallery
|
gulp build-gallery
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user