From 5ba86aac41603ea7eef2b6c1b915dd658f1c1be0 Mon Sep 17 00:00:00 2001 From: dadada Date: Tue, 26 Apr 2022 21:14:51 +0200 Subject: [PATCH] fixup --- lib/gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/gitlab-ci.yml b/lib/gitlab-ci.yml index 4abb213..544b8b6 100644 --- a/lib/gitlab-ci.yml +++ b/lib/gitlab-ci.yml @@ -2,7 +2,6 @@ stages: - update update: - variables: image: git.fginfo.tu-bs.de:5050/fginfo/pad-archiver:main tags: - docker @@ -14,4 +13,4 @@ update: - git config --global user.name "Gitlab CI" script: - /update < pads.txt - - git push "https://git:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci + - git push "git:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci