Skip to content

Commit

Permalink
travis: always pull new docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
stewartsmith committed Dec 22, 2016
1 parent fe6f1f9 commit 2e585ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -31,7 +31,7 @@ before_install:

script:
- if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then
docker build -t ${RUN_ON_CONTAINER} -f opal-ci/Dockerfile-${RUN_ON_CONTAINER} . &&
docker build --pull -t ${RUN_ON_CONTAINER} -f opal-ci/Dockerfile-${RUN_ON_CONTAINER} . &&
docker run --volume $HOME/.ccache:/root/.ccache --rm -t $RUN_ON_CONTAINER;
fi
- if [ ${COVERITY_SCAN_BRANCH} == 1 ]; then
Expand Down

0 comments on commit 2e585ca

Please sign in to comment.