Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -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" Loading