Skip to content

Commit

Permalink
Fix repo name in .travis.yml
Browse files Browse the repository at this point in the history
Co-Authored-By: Graeme Watt <[email protected]>
  • Loading branch information
alisonrclarke and GraemeWatt authored Mar 3, 2020
1 parent 79e8607 commit c359334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ deploy:
"docker login --password=$DOCKER_PASSWORD --username=$DOCKER_USERNAME" && \
docker push $IMAGE_NAME_REMOTE:$TAG_NAME
on:
repo: HEPData/hepdata-converter
repo: HEPData/hepdata-converter-docker
all_branches: true
condition: $TRAVIS_BRANCH == "master" || -n $TRAVIS_TAG

0 comments on commit c359334

Please sign in to comment.