summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-06-28 16:57:03 +0200
committervarac <varacanero@zeromail.org>2016-06-28 16:57:03 +0200
commit2db2587d40c34061813d830e5b8bdf095da38d33 (patch)
tree333e988d11f37aa24bfa84568f6d50753078cde0 /.gitlab-ci.yml
parentb21a3e9126a1734b2cea975e57b5c9e8206f12fa (diff)
dont run default before_script for build stage
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ed53646..35d4c017 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,7 @@ catalog:
build:
stage: build
- script:
+ before_script:
- echo $CI_BUILD_REF_NAME
+ script:
- ssh testbot@greyhound.leap.se -p 4422 "/usr/local/bin/platform_test/buildscripts/build-on-greyhound.sh $CI_BUILD_REF_NAME -x"