Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ upload-job: pages: stage: upload # image: curlimages/curl:latest image: alpine # image: alpine needs: - job: prepare-job artifacts: true Loading @@ -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 Loading Loading @@ -262,6 +263,8 @@ release-job: artifacts: true - job: build-job artifacts: true - job: pages artifacts: true rules: - !reference [.default_rules, rules] script: Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ upload-job: pages: stage: upload # image: curlimages/curl:latest image: alpine # image: alpine needs: - job: prepare-job artifacts: true Loading @@ -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 Loading Loading @@ -262,6 +263,8 @@ release-job: artifacts: true - job: build-job artifacts: true - job: pages artifacts: true rules: - !reference [.default_rules, rules] script: Loading