Skip to content

Commit

Permalink
.github/workflows/docker.yml: Don't put tox venv in LOGS_ARTIFACT
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 14, 2024
1 parent 1c8b861 commit ae9b328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ jobs:
run: |
mkdir -p "artifacts/$LOGS_ARTIFACT_NAME"
cp -r .tox/$TOX_ENV/* "artifacts/$LOGS_ARTIFACT_NAME"
rm -rf "artifacts/$LOGS_ARTIFACT_NAME"/{bin,lib,pyvenv.cfg}
if: always()
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ae9b328

Please sign in to comment.