aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 00:05:21 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 00:05:21 +0100
commitddde73ca8abdd0bb295f4f5deed51bed6129d38b (patch)
treeee54ae354ec52738d19945fae78fb0cc4a0ab690
parentChange specification of working directory (diff)
Change specification of working directory
-rw-r--r--.github/workflows/lint-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index ab4ae11..e504ea2 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -54,7 +54,7 @@ jobs:
--hostname pdsnk-dev \
-e PYTHONDONTWRITEBYTECODE=1 \
-e PIPENV_PIPFILE='/snekbox/Pipfile\' \
- -e ENV='${PWD}/scripts/.profile' \
+ -e ENV='${{ github.workspace }}/scripts/.profile' \
--volume '${{ github.workspace }}':'${{ github.workspace }}' \
--workdir '${{ github.workspace }}'\
--entrypoint /bin/bash \