We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba7c0a commit e5036a0Copy full SHA for e5036a0
setenv.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
rm -rf /tmp/aws
4
-cp -R /root/.aws /tmp/.aws
+cp -R ~/.aws /tmp/.aws
5
6
dev_arn="$(cat ./product-contractors-role.dev.secret)"
7
data="$(aws sts assume-role --role-arn ${dev_arn} --profile lfproduct --role-session-name lfproduct-dev-session)"
0 commit comments