Skip to content

Commit

Permalink
Merge pull request #14 from src-d/separate-release-deploy-travis-stages
Browse files Browse the repository at this point in the history
Separate release and deploy stages
  • Loading branch information
Rafael Porres Molina authored Oct 30, 2018
2 parents 8876faf + 8b7c436 commit e268e40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ stages:
- name: test
- name: release
if: tag IS present
- name: deploy
if: tag IS present

go_import_path: github.com/src-d/lookout-gometalint-analyzer

Expand Down Expand Up @@ -54,7 +56,7 @@ jobs:
- PKG_OS=linux make packages
- DOCKER_PUSH_LATEST=true make docker-push
- name: 'Deploy to staging'
stage: release
stage: deploy
install:
- make install-helm
script:
Expand Down

0 comments on commit e268e40

Please # to comment.