Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Nov 5, 2023
1 parent b4c1d9d commit 4baa7d5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ 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
# cat .env
pip install -i $PYPI_INDEX_URL akatsuki-cli
# TODO: revert to $APP_ENV
akatsuki vault get new-cron production-k8s -o .env
source .env
fi

# await database availability
Expand Down

0 comments on commit 4baa7d5

Please sign in to comment.