Skip to content

Commit fd18762

Browse files
authored
Update awsconfiguration.sh
1 parent 291a5a3 commit fd18762

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

awsconfiguration.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,14 @@ echo "export AWS_ENVIRONMENT=\"$AWS_ENVIRONMENT\"">>awsenvconf
4646
echo "export AWS_SESSION_TOKEN=\"$AWS_SESSION_TOKEN\"">>awsenvconf
4747
echo "export AWS_ACCOUNT_ID=\"$AWS_ACCOUNT_ID\"">>awsenvconf
4848

49-
pwd
50-
ls -lath
49+
echo "">awsenvconfg
50+
echo "env.AWS_REGION=\"$AWS_REGION\"">>awsenvconfg
51+
echo "env.AWS_ACCESS_KEY_ID=\"$AWS_ACCESS_KEY_ID\"">>awsenvconfg
52+
echo "env.AWS_SECRET_ACCESS_KEY=\"$AWS_SECRET_ACCESS_KEY\"">>awsenvconfg
53+
echo "env.AWS_ENVIRONMENT=\"$AWS_ENVIRONMENT\"">>awsenvconfg
54+
echo "env.AWS_SESSION_TOKEN=\"$AWS_SESSION_TOKEN\"">>awsenvconfg
55+
echo "env.AWS_ACCOUNT_ID=\"$AWS_ACCOUNT_ID\"">>awsenvconfg
56+
5157

5258
if grep -Fxq "awsenvconf" .dockerignore
5359
then

0 commit comments

Comments
 (0)