Skip to content
Snippets Groups Projects
Commit 70a17fb2 authored by Thomas Wood's avatar Thomas Wood
Browse files

Update .gitlab-ci.yml: add runner tags requirement

parent 74d22fd8
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,8 @@ update_publications: ...@@ -69,6 +69,8 @@ update_publications:
# PUSH_KEY should be defined as a secret variable in the GitLab UI # PUSH_KEY should be defined as a secret variable in the GitLab UI
SSH_KEY: $PUSH_KEY SSH_KEY: $PUSH_KEY
image: ignoredambience/github-gitlab-sync image: ignoredambience/github-gitlab-sync
tags:
- docker
only: only:
- triggers - triggers
before_script: 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