Skip to content

Commit

Permalink
try with no env vars set
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 7, 2023
1 parent 5f1d975 commit e44fc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: setup_mongodb
run: |
sudo docker run --rm --detach --name mongodb --publish 27017:27017 \
--env MONGO_INITDB_ROOT_USERNAME=root --env MONGO_INITDB_ROOT_PASSWORD=password \
--env MONGO_INITDB_DATABASE=nmdc \
# --env MONGO_INITDB_ROOT_USERNAME=root --env MONGO_INITDB_ROOT_PASSWORD=password \
# --env MONGO_INITDB_DATABASE=nmdc \
mongo:latest --auth
# uses: DigiPie/[email protected]
# with:
Expand Down

0 comments on commit e44fc5b

Please sign in to comment.