Removed archive deployment.
This commit is contained in:
parent
b9f8c79818
commit
6c11e54884
1 changed files with 0 additions and 10 deletions
|
@ -9,7 +9,6 @@ stages:
|
|||
- pre
|
||||
- test
|
||||
- browser
|
||||
- deploy
|
||||
|
||||
pre:rubocop:
|
||||
stage: pre
|
||||
|
@ -1023,12 +1022,3 @@ test:browser:integration:zendesk_chrome:
|
|||
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
|
||||
- ruby -I test/ test/integration/zendesk_import_browser_test.rb || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 1
|
||||
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 0 1
|
||||
|
||||
deploy:archives:
|
||||
stage: deploy
|
||||
tags:
|
||||
- deploy
|
||||
only:
|
||||
- tags
|
||||
script:
|
||||
- script/build/deploy_archives.sh
|
||||
|
|
Loading…
Reference in a new issue