Skip to content

Commit

Permalink
fixed build maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoval committed Jul 14, 2021
1 parent 16da6b0 commit bbb8a6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ set -e
./build.sh

# mock out AWS env vars in CI so that aws-sdk-go is happy
if [ ! -f "$HOME/.aws/config" ]; then
mkdir -p "$HOME/.aws"
echo "[default]" > "$HOME/.aws/config"
fi
export AWS_ACCESS_KEY_ID=AAAAAAAAAAAAAAAAAAAA
export AWS_SECRET_ACCESS_KEY=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
./test.sh

0 comments on commit bbb8a6b

Please sign in to comment.