aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 00:10:09 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 00:10:09 +0100
commitfbf7ace94fa876970aac1f26b36b778b9bd44de9 (patch)
treee8e24793ab6fa5ea29acfd7094ee2e9c0e26208e
parentChange specification of working directory (diff)
Ensure proper spacing in command
-rw-r--r--.github/workflows/lint-test.yaml8
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 \