From 6c11e54884bebdf359bde99103cecfde5beefc67 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 14 Nov 2016 01:30:24 +0100 Subject: [PATCH] Removed archive deployment. --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1489ac81..9cbd0e4ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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