From 46f1c8ee0a12971b0d1b80eb7300941f9d696aa2 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 27 Jun 2016 14:59:31 +0200 Subject: Don't use docker for platform ci builds Will try later, but for now it fails with not finding bundle cmd. --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc7cc1dc..3ed53646 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,9 @@ stages: # - rspec - build +# doesn't work in docker atm +# image: ruby:2.1 + lint: stage: syntax script: @@ -43,4 +46,3 @@ build: script: - echo $CI_BUILD_REF_NAME - ssh testbot@greyhound.leap.se -p 4422 "/usr/local/bin/platform_test/buildscripts/build-on-greyhound.sh $CI_BUILD_REF_NAME -x" - -- cgit v1.2.3