Skip to content

Commit

Permalink
devpi pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ognjen-j committed May 28, 2021
1 parent 47136b3 commit fb11de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
if: success()
run: |
pip install "poetry>=1.0.2" devpi-server devpi "pluggy<1,>=0.12.0"
devpi-server --serverdir=/tmp/devpi --init
devpi-server --serverdir=/tmp/devpi --start
devpi-init --serverdir=/tmp/devpi
devpi-server --serverdir=/tmp/devpi
scripts/wait-for-it.sh localhost:3141 -t 60
devpi use http://localhost:3141
devpi login root --password=
Expand Down

0 comments on commit fb11de4

Please sign in to comment.