From 6ac808d8429241f971435137a668c5ba2a752942 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Wed, 29 May 2024 11:12:02 +0200 Subject: [PATCH] ci: Try archive origin branch name. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a14605e2..5245664e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -442,7 +442,7 @@ linux-python-with-sources: paths: - linux-sources-with-python.tar.xz script: - - git archive --format=tar.gz --output=src.tar.gz $CI_COMMIT_BRANCH + - git archive --format=tar.gz --output=src.tar.gz origin/$CI_COMMIT_BRANCH - cd linux-python - mkdir -p pamhyr - cd pamhyr