Skip to content
Snippets Groups Projects
Verified Commit b03c886d authored by Nat Karmios's avatar Nat Karmios
Browse files

Use custom runner for CI

parent e459889b
No related branches found
No related tags found
No related merge requests found
Pipeline #343622 passed with warnings
......@@ -20,6 +20,7 @@ build:
- triggers
tags:
- docker
- vtss_site
before_script:
- bundle install --deployment --without=development --with=test
- bundle exec rake init
......@@ -36,6 +37,7 @@ deadlinks:
- triggers
tags:
- docker
- vtss_site
before_script:
- bundle install --deployment --without=development --with=test
script:
......@@ -47,6 +49,7 @@ deploy:
image: resourcereasoning/website-deploy
tags:
- docker
- vtss_site
only:
- master
except:
......@@ -71,6 +74,7 @@ update_publications:
image: ignoredambience/github-gitlab-sync
tags:
- docker
- vtss_site
only:
- triggers
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment