diff options
author | varac <varacanero@zeromail.org> | 2016-06-28 16:57:03 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-06-28 16:57:03 +0200 |
commit | 2db2587d40c34061813d830e5b8bdf095da38d33 (patch) | |
tree | 333e988d11f37aa24bfa84568f6d50753078cde0 | |
parent | b21a3e9126a1734b2cea975e57b5c9e8206f12fa (diff) |
dont run default before_script for build stage
-rw-r--r-- | .gitlab-ci.yml | 3 |
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" |