Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Block docker image with osx
Browse files Browse the repository at this point in the history
  • Loading branch information
javierpedreira authored and nathankleyn committed Apr 18, 2019
1 parent a3ef4f9 commit d2d3113
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ deploy:
# Push Docker container to Docker Hub tagger for this version.
- provider: script
skip_cleanup: true
script: ./docker/build.sh $TRAVIS_BRANCH $TARGET && docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" && docker push intenthq/gitkv:$TRAVIS_BRANCH
script:
- ./docker/build.sh $TRAVIS_BRANCH $TARGET && docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" && docker push intenthq/gitkv:$TRAVIS_BRANCH
on:
condition: $TRAVIS_OS_NAME = "linux"
rust: stable
os: linux
tags: true
branch: /^v\d+\.\d+\.\d+.*$/

0 comments on commit d2d3113

Please sign in to comment.