diff options
author | 2020-11-17 00:10:09 +0100 | |
---|---|---|
committer | 2020-11-17 00:10:09 +0100 | |
commit | fbf7ace94fa876970aac1f26b36b778b9bd44de9 (patch) | |
tree | e8e24793ab6fa5ea29acfd7094ee2e9c0e26208e | |
parent | Change specification of working directory (diff) |
Ensure proper spacing in command
-rw-r--r-- | .github/workflows/lint-test.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index e504ea2..20aa3b7 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -54,11 +54,11 @@ jobs: --hostname pdsnk-dev \ -e PYTHONDONTWRITEBYTECODE=1 \ -e PIPENV_PIPFILE='/snekbox/Pipfile\' \ - -e ENV='${{ github.workspace }}/scripts/.profile' \ - --volume '${{ github.workspace }}':'${{ github.workspace }}' \ - --workdir '${{ github.workspace }}'\ + -e ENV='${PWD}/scripts/.profile' \ + --volume '${PWD}':'${PWD}' \ + --workdir '${PWD}' \ --entrypoint /bin/bash \ - ghcr.io/python-discord/snekbox-base:latest" + ghcr.io/python-discord/snekbox-venv:latest" - name: Install dependencies run: "docker exec snekbox_test /bin/bash -c \ |