Skip to content

Commit

Permalink
Debugging cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
gdesmar committed Oct 30, 2023
1 parent b51027d commit 258d406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/azure-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:

- script: |
set -xv # Echo commands before they are run
pwd
ls
sudo env "PATH=$PATH" python -m pip install --no-cache-dir twine
ls dist
twine upload --skip-existing --repository-url $TEST_REPOSITORY_URL dist/*
Expand Down

0 comments on commit 258d406

Please sign in to comment.