From 31bef9a63b0adddd7dfcf70a21b3aa76028ffe18 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Wed, 8 May 2019 21:11:42 -0400 Subject: Updated runner config. --- .gitlab-ci.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f55167e..87f2e70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,6 @@ test: - stage: test - script: - - bundle exec cobalt build --trace - except: - - master - -deploy: - stage: deploy - script: - - bundle exec ls _site - only: - - master + stage: test + only: origin master + script: + - bundle exec cobalt build --trace -- cgit v1.2.3 From a9eef56423c90bd335f79b13e7a4ac67d82db303 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Wed, 8 May 2019 21:12:36 -0400 Subject: Updated gitlab runner. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87f2e70..cc9d1c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ test: stage: test - only: origin master + only: + - origin master script: - bundle exec cobalt build --trace -- cgit v1.2.3