Skip to content

Commit

Permalink
bypass vendor pip retrying errors
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
  • Loading branch information
adam-stokes committed Nov 2, 2020
1 parent ea451ae commit 10f0e56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/build-debs/run.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ if [ "$DRY_RUN" = "true" ]; then
fi

cd /root/jenkins
tox --workdir .tox -e py38 -- python jobs/sync-upstream/sync.py debs $OPTS
pip install -rrequirements.txt
PYTHONPATH=. python3 jobs/sync-upstream/sync.py debs $OPTS

0 comments on commit 10f0e56

Please sign in to comment.