Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Dec 16, 2024
1 parent 122f635 commit bb33ef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -e
cd "$(dirname "$0")"

echo AWS_ENDPOINT=$AWS_ENDPOINT
echo AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
echo AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
cat /run/secrets/AWS_ENDPOINT
cat /run/secrets/AWS_ACCESS_KEY_ID
cat /run/secrets/AWS_SECRET_ACCESS_KEY

echo EAWS_ENDPOINT=$EAWS_ENDPOINT
echo EAWS_ACCESS_KEY_ID=$EAWS_ACCESS_KEY_ID
Expand Down

0 comments on commit bb33ef4

Please sign in to comment.