From d6afc841e2ed270f58f4ba9331e19a987647ab63 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 30 Jun 2016 22:15:09 +0200 Subject: directly call build-platform.sh in build job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35d4c017..c17ce155 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,4 +46,4 @@ build: 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" + - /usr/local/bin/platform_test/buildscripts/build-platform.sh $CI_BUILD_REF_NAME -x -- cgit v1.2.3