diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac8f6d4b1a8972511efc251e75b403fc22822e48..fc7c7ad8f4b1bb23fad47a076fd4272f5df62525 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"