Loading .gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -146,11 +146,11 @@ 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 - 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 - echo "Compiling the code..." - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env Loading Loading
.gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -146,11 +146,11 @@ 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 - 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 - echo "Compiling the code..." - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env Loading