Loading .gitlab-ci.yml +5 −6 Original line number Diff line number Diff line Loading @@ -237,16 +237,15 @@ 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 # - zip --help - rm -rf /var/lib/apt/lists/* - apt update - apt-cache gencaches - apt install -y zip unzip - zip --help # - set +e # - curl --fail "$CI_PAGES_URL/content.zip" -o "content.zip" # - if [ -e "content.zip" ]; then unzip "content.zip"; rm "content.zip"; fi # - set -e # - ls -la $RELEASE_PATH # Cleanup content? -> remove content in release path? # Add/update content - echo $CI_PAGES_URL Loading Loading
.gitlab-ci.yml +5 −6 Original line number Diff line number Diff line Loading @@ -237,16 +237,15 @@ 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 # - zip --help - rm -rf /var/lib/apt/lists/* - apt update - apt-cache gencaches - apt install -y zip unzip - zip --help # - set +e # - curl --fail "$CI_PAGES_URL/content.zip" -o "content.zip" # - if [ -e "content.zip" ]; then unzip "content.zip"; rm "content.zip"; fi # - set -e # - ls -la $RELEASE_PATH # Cleanup content? -> remove content in release path? # Add/update content - echo $CI_PAGES_URL Loading