Skip to content

Commit

Permalink
In travis, pull the tag we're going push to
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Oct 1, 2015
1 parent 2340f3b commit 8c34450
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 @@ -7,7 +7,7 @@ services:
- docker

before_install:
- docker pull opendataservices/resource-projects-etl
- docker pull opendataservices/resource-projects-etl:${TRAVIS_TAG:-$TRAVIS_BRANCH}
- docker build -t opendataservices/resource-projects-etl .
- docker run -p 127.0.0.1:8000:80 opendataservices/resource-projects-etl
- pip install -r requirements_test.txt
Expand Down

0 comments on commit 8c34450

Please sign in to comment.