mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
Packages: Temporarily skip canary releases if packages build fail (#18577)
This commit is contained in:
parent
08973a8875
commit
350b9a9494
@ -46,6 +46,12 @@ else
|
||||
echo $'\nBuilding packages'
|
||||
yarn packages:build
|
||||
|
||||
exit_status=$?
|
||||
if [ $exit_status -eq 1 ]; then
|
||||
echo "Packages build failed, skipping canary release"
|
||||
# TODO: notify on slack/email?
|
||||
exit
|
||||
fi
|
||||
prapare_version_commit
|
||||
|
||||
unpublish_previous_canary
|
||||
|
Loading…
Reference in New Issue
Block a user