summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-08 21:34:05 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-08 21:34:05 +0300
commitafcbb4909d702f6609c0f9be6ebab436bbf8313c (patch)
tree150fdd66ba3ca345c0645ef4264d9dbe51db448a
parent57e735b4cc32ee6266df005e54396d698c69ecca (diff)
downloadwmf-gitlab-afcbb4909d702f6609c0f9be6ebab436bbf8313c.tar.gz
Change: add new arg for vcsworker
-rw-r--r--roles/vcsworker/files/vcsworker.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vcsworker/files/vcsworker.service b/roles/vcsworker/files/vcsworker.service
index d06521b..dfbbba6 100644
--- a/roles/vcsworker/files/vcsworker.service
+++ b/roles/vcsworker/files/vcsworker.service
@@ -6,7 +6,7 @@ After=network.target
Type=simple
User=_wmf
Group=_wmf
-ExecStart=/srv/wmf-ci-arch/api.py vcsworker /etc/wmf_ci_token.pub /etc/wmf_gitlab_token
+ExecStart=/srv/wmf-ci-arch/api.py vcsworker /etc/wmf_ci_token.pub /etc/wmf_gitlab_token /etc/wmf_artifact_token
KillSignal=QUIT
[Install]