Skip to content

Commit

Permalink
Continue retrying build when pypi publish was slow.
Browse files Browse the repository at this point in the history
Signed-off-by: Gowrishankar Muthukrishnan <gmuthukr@redhat.com>
  • Loading branch information
Gowrishankar Muthukrishnan committed Apr 6, 2020
1 parent e271d97 commit c53b87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
at=""
fi
twine upload ${at} dist/*
continue-on-error: false
continue-on-error: true
- name: Pull container image
run: |
docker run --name ncd --pid=host --net=host --entrypoint=/bin/bash -dit quay.io/netcontrold/netcontrold-py:latest
Expand Down

0 comments on commit c53b87e

Please sign in to comment.