We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57fbb9 commit fd32325Copy full SHA for fd32325
release.sh
@@ -82,7 +82,7 @@ echo " Status: $(jq -r .status < run.json)"
82
echo " Artifacts URL: $(jq -r .artifacts_url < run.json)"
83
echo ""
84
85
-if [ $(jq -r .status < run.json) != completed ]; then
+if [ "$(jq -r .status < run.json)" != "completed" ]; then
86
echo "Seems like CI is still running. Not releasing."
87
exit 0
88
fi
0 commit comments