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 518ef3a commit ba2b0c3Copy full SHA for ba2b0c3
.github/workflows/nginx.org-make-aws.yml
@@ -184,7 +184,7 @@ jobs:
184
S3="s3://${{ inputs.s3_bucket }}/${{ steps.vars.outputs.safe_repo }}/staging/${GITHUB_SHA}/.deployed.txt"
185
for i in $(seq 1 10); do
186
if aws s3 cp "$S3" .staging.marker --only-show-errors; then
187
- grep -q '^sha=' .staging.marker && grep -q '^env=staging' .staging.marker && exit 0 || true
+ grep -q 'sha=' .staging.marker && grep -q 'env=staging' .staging.marker && exit 0 || true
188
fi
189
sleep 10
190
done
0 commit comments