File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ACTION_GIT_COMMIT_ID=`git rev-parse HEAD`
77
88# Update the integ test action workflow file with the latest action commit ID
99git checkout integ-tests
10- sed -i ' s|aws-actions/configure-aws-credentials@v1|aws-actions/configure-aws-credentials@$ACTION_GIT_COMMIT_ID|g' test-workflow.yml
10+ sed -i " s|aws-actions/configure-aws-credentials@v1|aws-actions/configure-aws-credentials@$ACTION_GIT_COMMIT_ID |g" test-workflow.yml
1111mkdir -p .github/workflows
1212cp test-workflow.yml .github/workflows
1313git add .github/workflows
@@ -18,7 +18,7 @@ git push origin integ-tests
1818
1919# Validate that the action workflow succeeds
2020# Exit codes: success = 0; failure = 1; pending = 2; no status = 3
21- while hub ci-status; [ $? -ge 2 ] do
21+ while hub ci-status; [ $? -ge 2 ]; do
2222 echo " waiting for test workflow to complete..."
2323 sleep 5
2424done
You can’t perform that action at this time.
0 commit comments