summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-07-19 17:22:17 +0200
committerVarac <varac@leap.se>2017-10-16 13:20:44 +0200
commitd1238e27e1f7cd846fc698b59b5ad042c3c2217b (patch)
tree6ce5eee9679c7c2ffd06e467de07116a46bb11de
parentb80d7af9fe536a0f401b1b33c321654c12f7a57c (diff)
Remove broken test stage
-rw-r--r--.gitlab-ci.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa28ee7..ab245e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,13 +6,14 @@ cache:
paths:
- vendor/ruby
-test:
- stage: test
- script: "bundle exec rake test"
- before_script:
- - sudo apt update && sudo apt install nodejs
- - bundle
- allow_failure: true
+#test:
+# stage: test
+# script: "bundle exec rake test"
+# before_script:
+# - sudo apt update && sudo apt install nodejs
+# - bundle
+# allow_failure: true
+
deploy:
stage: deploy