diff --git a/.circleci/config.yml b/.circleci/config.yml index 30ab1f8..87e0c17 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/1.X/scripts/get-iam-auth b/1.X/scripts/get-iam-auth index 33e1d3a..26d6f36 100755 --- a/1.X/scripts/get-iam-auth +++ b/1.X/scripts/get-iam-auth @@ -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