realpath maybe
Some checks failed
cicd / cicd (push) Failing after 10s

This commit is contained in:
Bel LaPointe
2023-10-29 16:39:40 -06:00
parent 066949aec5
commit 6bdeb5c2d4
2 changed files with 2 additions and 3 deletions

View File

@@ -15,12 +15,10 @@ jobs:
uses: actions/checkout@v3
- name: cicd
run: |
d="$(mktemp -d)"
cp -r ./ "$d/"
docker run \
--rm \
-i \
-v "$d":/mnt \
-v "$(realpath "$PWD")":/mnt \
-w /mnt \
-e FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}' \
-e GITLAB_PAT='${{ secrets.GITLAB_PAT }}' \