From 43bcdb48eece8609373d4394661458d2ae56d04c Mon Sep 17 00:00:00 2001 From: Christian Darsow-Fromm <cdarsowf@physnet.uni-hamburg.de> Date: Tue, 3 Sep 2019 13:50:03 +0200 Subject: [PATCH] ci typo --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f42e9f..443cdc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,7 +136,7 @@ update rrz tag: script: - git push $PUBLIC_REPO $CI_COMMIT_TAG only: - - tag + - tags update nqlab version: image: alpine @@ -170,4 +170,4 @@ update nqlab version: - git tag $new_version -m 'Autoupdated version from openqlab' - git push --tags only: - - tag + - tags -- GitLab