Commit 4d1c5e49 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ another try...

parent 08bb2210
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ upload-job:
pages:
  stage: upload
  # image: curlimages/curl:latest
  image: alpine
  # image: alpine
  needs:
    - job: prepare-job
      artifacts: true
@@ -231,6 +231,7 @@ pages:
  script:
    # Get the previous GitLab Pages content (otherwise other beta/stable branch gets removed..)
    - set +e
    - apt install zip unzip -y
    - curl --fail "$CI_PAGES_URL/content.zip" -o "content.zip"
    - if [ -e "content.zip" ]; then unzip "content.zip"; rm "content.zip"; fi
    - set -e
@@ -262,6 +263,8 @@ release-job:
      artifacts: true
    - job: build-job
      artifacts: true
    - job: pages
      artifacts: true
  rules:
    - !reference [.default_rules, rules]
  script: