From 39f40edf969cca6a4ee82126f15345a56009e7b0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 13 Oct 2017 22:45:48 +0200 Subject: [PATCH] Don't care about building the gem. We won't distribute the site as a gem, so why care. --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f89360d..75fe149 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ variables: stages: - quality - - gem-build - site-build - deploy @@ -14,11 +13,6 @@ quality-assurance: script: - echo "TODO!" -gem-builder: - stage: gem-build - script: - - gem build $GEMSPEC - site-builder: stage: site-build before_script: