fix docker run in cicd
Some checks failed
cicd / cicd (push) Failing after 16s

This commit is contained in:
Bel LaPointe
2023-10-29 16:37:05 -06:00
parent bfcb62f3fd
commit fddd8c380e
2 changed files with 2 additions and 5 deletions

View File

@@ -15,13 +15,9 @@ jobs:
uses: actions/checkout@v3
- name: cicd
run: |
set -ueo pipefail
env
docker run \
--rm \
-it \
-i \
-v "$PWD":/mnt \
-w /mnt \
-e FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}' \