We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd18b6 commit d72d79eCopy full SHA for d72d79e
1 file changed
scripts/rc-builds.sh
@@ -60,6 +60,8 @@ while [ $ELAPSED -lt $TIMEOUT ]; do
60
elif [ "$BUILD_STATUS" = "2" ] || [ "$BUILD_STATUS" = "failed" ] || [ "$BUILD_STATUS" = "aborted" ]; then
61
echo "Build failed with status: $BUILD_STATUS"
62
exit 1
63
+ elif [ "$BUILD_STATUS" = "initializing" ]; then
64
+ echo "Build has started..."
65
else
66
echo "Unknown build status: $BUILD_STATUS"
67
fi
0 commit comments