We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209dfab commit 29239a4Copy full SHA for 29239a4
.travis.yml
@@ -24,7 +24,7 @@ script:
24
--build-arg REVISION=${TRAVIS_COMMIT}
25
--build-arg AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}
26
-t wego/${SERVICE_NAME}:${TRAVIS_COMMIT}
27
- - wego/${SERVICE_NAME}:latest
+ -t wego/${SERVICE_NAME}:latest
28
29
before_cache:
30
- docker run --rm -v `pwd`/build-cache:/app/build-cache ${SERVICE_NAME}:${TRAVIS_COMMIT} bash docker-utils.sh save-cache
0 commit comments