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

Commit

Permalink
Revert "added docker image build and publish to travis"
Browse files Browse the repository at this point in the history
This reverts commit 94a8b07.
  • Loading branch information
farshidtz committed Jan 21, 2020
1 parent 94a8b07 commit acded34
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,4 @@ env:

install: true # to skip defaults

before_script:
- docker build -f manager/Dockerfile -t linksmart/deployment-manager .
- docker build -f agent/Dockerfile -t linksmart/deployment-agent .

script: go test ./tests -v -failfast

before_deploy:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin

deploy:
- provider: script
script: docker push linksmart/deployment-manager && docker push linksmart/deployment-agent
on:
branch: master

0 comments on commit acded34

Please sign in to comment.