Skip to content

Commit e067425

Browse files
authored
Merge pull request #7 from paulRbr/deployment-fix
deploy: fusion packaging and deployment jobs
2 parents fab039f + 49f61a7 commit e067425

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ jobs:
1414
- ansible --version
1515
script:
1616
- ./test.sh
17-
- stage: package
17+
- stage: "package:deploy"
1818
install:
1919
- gem install fpm
2020
script:
2121
- fpm -s dir -x providers -x .git -t deb -n ansible-make -v $(cat VERSION) ansible-make=/usr/local/bin/
2222
Makefile=/opt/ansible/ pass.sh=/opt/ansible/
23-
- stage: deploy
24-
script: skip
2523
deploy:
2624
provider: releases
2725
api_key:

0 commit comments

Comments
 (0)