Skip to content

Commit e268e40

Browse files
author
Rafael Porres Molina
authored
Merge pull request #14 from src-d/separate-release-deploy-travis-stages
Separate release and deploy stages
2 parents 8876faf + 8b7c436 commit e268e40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ stages:
77
- name: test
88
- name: release
99
if: tag IS present
10+
- name: deploy
11+
if: tag IS present
1012

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

@@ -54,7 +56,7 @@ jobs:
5456
- PKG_OS=linux make packages
5557
- DOCKER_PUSH_LATEST=true make docker-push
5658
- name: 'Deploy to staging'
57-
stage: release
59+
stage: deploy
5860
install:
5961
- make install-helm
6062
script:

0 commit comments

Comments
 (0)