From 5f9ddfa4c6008f6d8dfd705b95aa4e8d8fdb1c8d Mon Sep 17 00:00:00 2001 From: Philip Makedonski Date: Thu, 2 Nov 2023 12:00:39 +0100 Subject: [PATCH] * adapted for alpine apk --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac8f6d4..fc7c7ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -236,10 +236,10 @@ pages: artifacts: true script: # Get the previous GitLab Pages content (otherwise other beta/stable branch gets removed..) - - rm -rf /var/lib/apt/lists/* - - apt update - - apt-cache gencaches - - apt install -y zip unzip + # - rm -rf /var/lib/apt/lists/* + - apk update + #- apt-cache gencaches + - apt add zip - zip --help - set +e - curl --fail "$CI_PAGES_URL/content.zip" -o "content.zip" -- GitLab