Skip to content

Commit 1cae238

Browse files
committed
Fix stages
1 parent fcd0553 commit 1cae238

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
- stage: merge (develop --> master)
2222
install: skip
2323
script:
24+
- bash bin/deploy/new_release_auto_tagging.sh
2425
- sudo bash bin/deploy/merge_develop_to_master.sh
2526
- stage: deploy
2627
install: skip
2728
script: skip
2829
env:
2930
- RELEASE_PACKAGE=jarvis_package.tar
3031
before_deploy:
31-
# - sudo bash setup.sh
32-
# - sudo bash run_tests.sh
33-
- bash bin/deploy/new_release_auto_tagging.sh
32+
- sudo bash setup.sh
33+
- sudo bash run_tests.sh
3434
- bash bin/deploy/create_release_package.sh
3535
deploy:
3636
provider: releases

0 commit comments

Comments
 (0)