We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b46e8 commit c97e50cCopy full SHA for c97e50c
.github/workflows/build.yml
@@ -157,7 +157,7 @@ jobs:
157
-H "X-Auth-Token: $SCW_SECRET_KEY" \
158
"https://api.scaleway.com/functions/v1beta1/regions/${{ env.SCW_REGION }}/functions/$SCW_FUNCTION_ID" | jq .status)
159
echo $FUNCTION_STATUS
160
- if [[ "$FUNCTION_STATUS" == "ready" ]]; then
+ if [[ "$FUNCTION_STATUS" == '"ready"' ]]; then
161
echo "Function has "ready" status and seems to be deployed successfully."
162
exit 0
163
fi
0 commit comments