Skip to content

Commit

Permalink
Update python-docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach authored Jun 6, 2021
1 parent 73cf0dd commit 14cca39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
echo "version=$(echo $GITHUB_REF | sed 's#.*/v##')" >> $GITHUB_ENV
- name: Wait for PIPY to have the version available
run: |
set +e
while ! pip3 download weconnect-mqtt==${{ env.version }} > /dev/null; do sleep 10; done
set -e
shell: bash {0}
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit 14cca39

Please sign in to comment.