Commit 5f9ddfa4 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* adapted for alpine apk

parent 2bbf51b9
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -236,10 +236,10 @@ pages:
      artifacts: true
      artifacts: true
  script:
  script:
    # Get the previous GitLab Pages content (otherwise other beta/stable branch gets removed..)
    # Get the previous GitLab Pages content (otherwise other beta/stable branch gets removed..)
    - rm -rf /var/lib/apt/lists/*
    # - rm -rf /var/lib/apt/lists/*
    - apt update
    - apk update
    - apt-cache gencaches
    #- apt-cache gencaches
    - apt install -y zip unzip
    - apt add zip
    - zip --help
    - zip --help
    - set +e
    - set +e
    - curl --fail "$CI_PAGES_URL/content.zip" -o "content.zip"
    - curl --fail "$CI_PAGES_URL/content.zip" -o "content.zip"