Skip to content

Commit

Permalink
Try resetting timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Oct 1, 2015
1 parent 74565cd commit 5f26a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
- docker

before_install:
# Reset some timestamps to get more docker caching
- find ./ | grep -v .git | xargs touch -t 200001010000.00
- docker pull opendataservices/resource-projects-etl || true
- docker pull opendataservices/resource-projects-etl:${TRAVIS_TAG:-$TRAVIS_BRANCH} || true
- docker build -t opendataservices/resource-projects-etl .
Expand Down

1 comment on commit 5f26a80

@Bjwebb
Copy link
Contributor Author

@Bjwebb Bjwebb commented on 5f26a80 Oct 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #42

Please sign in to comment.