Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -146,9 +146,9 @@ build-job: # This job runs in the build stage, which runs first. - !reference [.default_rules, rules] script: # Test zip installation # - rm -rf /var/lib/apt/lists/* # - apt update # - apt-cache gencaches - rm -rf /var/lib/apt/lists/* - apt update - apt-cache gencaches - apt install -y zip unzip - zip --help - echo "Compiling the code..." Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -146,9 +146,9 @@ build-job: # This job runs in the build stage, which runs first. - !reference [.default_rules, rules] script: # Test zip installation # - rm -rf /var/lib/apt/lists/* # - apt update # - apt-cache gencaches - rm -rf /var/lib/apt/lists/* - apt update - apt-cache gencaches - apt install -y zip unzip - zip --help - echo "Compiling the code..." Loading