From 01e03fb5e51ccfb040ad198a0e8cc73c3ac86479 Mon Sep 17 00:00:00 2001 From: dadada Date: Mon, 23 May 2022 00:29:04 +0200 Subject: [PATCH] ????????? --- lib/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gitlab-ci.yml b/lib/gitlab-ci.yml index 439d76b..279a924 100644 --- a/lib/gitlab-ci.yml +++ b/lib/gitlab-ci.yml @@ -12,5 +12,5 @@ update: - git config --global user.email "git@git.fginfo.tu-bs.de" - git config --global user.name "Gitlab CI" script: - - /usr/bin/pad-archiver < pads.txt + - ./pad-archiver < pads.txt - git push "https://gitlab-ci-token:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci