Skip to content

Commit

Permalink
Merge pull request #18 from asicsdigital/PLAT-3835_increase_delay_iam…
Browse files Browse the repository at this point in the history
…_also_fix_goss_issue

Plat 3835 increase delay iam also fix goss issue
  • Loading branch information
tyrantkhan authored Aug 15, 2019
2 parents 42ab997 + 0d3ad21 commit b8b6d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ install_goss: &install_goss
name: Install goss
command: |
# rather than give internet scripts SU rights, we install to local user bin and add to path
mkdir ~/bin
mkdir -p ~/bin
export GOSS_DST=~/bin
export PATH=$PATH:~/bin
curl -fsSL https://goss.rocks/install | sh
Expand Down
2 changes: 1 addition & 1 deletion 1.X/scripts/get-iam-auth
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ EOT
)
echo "${_CF}" > $HOME/.aws/credentials
echo "$HOME/.aws/credentials has been created"
sleep 10
sleep 30
else
echo "MISSING VAULT_ADDR"
exit 1
Expand Down

0 comments on commit b8b6d6c

Please sign in to comment.