Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Nov 5, 2023
1 parent bdc0b14 commit ac91daa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ if [ -z "$APP_ENV" ]; then
fi

if [[ $PULL_SECRETS_FROM_VAULT -eq 1 ]]; then
pip install -i $PYPI_INDEX_URL akatsuki-cli
# TODO: revert to $APP_ENV
akatsuki vault get new-cron production-k8s -o .env
source .env
ls .env
pwd
# pip install -i $PYPI_INDEX_URL akatsuki-cli
# # TODO: revert to $APP_ENV
# akatsuki vault get new-cron production-k8s -o .env
# source .env
# ls .env
# pwd
# cat .env
fi

Expand Down

0 comments on commit ac91daa

Please sign in to comment.