Skip to content

Commit

Permalink
fix: create workflows dir in integ-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Jan 31, 2020
1 parent 344f5cb commit 3de962e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_integ_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ACTION_GIT_COMMIT_ID=`git rev-parse HEAD`
# Update the integ test action workflow file with the latest action commit ID
git checkout integ-tests
sed -i 's|aws-actions/configure-aws-credentials@v1|aws-actions/configure-aws-credentials@$ACTION_GIT_COMMIT_ID|g' test-workflow.yml
mkdir -p .github/workflows
cp test-workflow.yml .github/workflows
git add .github/workflows
git commit -m "Test commit $ACTION_GIT_COMMIT_ID"
Expand Down

0 comments on commit 3de962e

Please sign in to comment.