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 13c086d commit 1eba324Copy full SHA for 1eba324
.travis.yml
@@ -23,6 +23,7 @@ before_script:
23
script:
24
- npm run build
25
- npm run lint -- -c tslint.travis.json
26
+ - docker build -t "$DOCKER_REPO_SLUG:$TRAVIS_BRANCH" .;
27
28
after_script:
29
- pkill mongod
@@ -32,7 +33,6 @@ after_success:
32
33
- npm run semantic-release
34
- greenkeeper-lockfile-upload
35
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
- docker build -t "$DOCKER_REPO_SLUG:$TRAVIS_BRANCH" .;
36
docker images;
37
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
38
docker push $DOCKER_REPO_SLUG:$TRAVIS_BRANCH;
0 commit comments