Don't care about building the gem.

We won't distribute the site as a gem, so why care.
This commit is contained in:
Luke Murphy 2017-10-13 22:45:48 +02:00
parent 19bad3cc89
commit 39f40edf96
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 6 deletions

View File

@ -5,7 +5,6 @@ variables:
stages: stages:
- quality - quality
- gem-build
- site-build - site-build
- deploy - deploy
@ -14,11 +13,6 @@ quality-assurance:
script: script:
- echo "TODO!" - echo "TODO!"
gem-builder:
stage: gem-build
script:
- gem build $GEMSPEC
site-builder: site-builder:
stage: site-build stage: site-build
before_script: before_script: