Skip to content

Commit

Permalink
πŸ‘· : remove docker build
Browse files Browse the repository at this point in the history
docker build is automated on docker hub directly
  • Loading branch information
juwit committed Nov 6, 2020
1 parent f72271f commit 9ed36bb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ jobs:
- echo "checking is percy is enabled on PR $TRAVIS_PULL_REQUEST"
- NO_PERCY=$(curl -s https://api.github.com/repos/gaia-app/gaia/pulls/$TRAVIS_PULL_REQUEST | jq '.labels[].name | select(.=="no-percy")' | tr -d \")
- if [[ $NO_PERCY != "no-percy" ]]; then npm install @percy/agent; npx percy exec -- mvn test -Dgroups=e2e; fi
- stage: deploy
name: "Deploy to hub.docker.com"
script:
- export DOCKER_TAG=`echo $TRAVIS_TAG | cut -d 'v' -f 2`
- echo "$DOCKER_PASSWORD" | docker login -u codekaio --password-stdin
- docker build -t codekaio/gaia:$DOCKER_TAG .
- docker push codekaio/gaia:$DOCKER_TAG

after_success:
- wget https://raw.githubusercontent.com/CodeKaio/travis-ci-discord-webhook/master/send.sh
Expand Down

0 comments on commit 9ed36bb

Please sign in to comment.