Loading .gitlab-ci.yml +3 −3 Original line number Original line Diff line number Diff line Loading @@ -236,9 +236,9 @@ 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 - apt update # - apt-cache gencaches - apt-cache gencaches - apt install -y zip unzip - apt install -y zip unzip - zip --help - zip --help - set +e - set +e Loading Loading
.gitlab-ci.yml +3 −3 Original line number Original line Diff line number Diff line Loading @@ -236,9 +236,9 @@ 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 - apt update # - apt-cache gencaches - apt-cache gencaches - apt install -y zip unzip - apt install -y zip unzip - zip --help - zip --help - set +e - set +e Loading