diff options
-rw-r--r-- | .github/workflows/lint-test-build-push.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint-test-build-push.yaml b/.github/workflows/lint-test-build-push.yaml index 641b4e6..4222ce7 100644 --- a/.github/workflows/lint-test-build-push.yaml +++ b/.github/workflows/lint-test-build-push.yaml @@ -8,7 +8,7 @@ on: jobs: - lint-test: + lint-test-build-push: runs-on: ubuntu-latest env: # Determine whether or not we should build the @@ -86,7 +86,7 @@ jobs: --privileged \ --hostname pdsnk-dev \ -e PYTHONDONTWRITEBYTECODE=1 \ - -e PIPENV_PIPFILE='/snekbox/Pipfile\' \ + -e PIPENV_PIPFILE='/snekbox/Pipfile' \ -e ENV=\"${PWD}/scripts/.profile\" \ --volume \"${PWD}\":\"${PWD}\" \ --workdir \"${PWD}\" \ |