Loading .gitlab-ci.yml +5 −5 Original line number Original line 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] - !reference [.default_rules, rules] script: script: # Test zip installation # Test zip installation - 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 - echo "Compiling the code..." - echo "Compiling the code..." - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env - cat build.env Loading Loading
.gitlab-ci.yml +5 −5 Original line number Original line 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] - !reference [.default_rules, rules] script: script: # Test zip installation # Test zip installation - 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 - echo "Compiling the code..." - echo "Compiling the code..." - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env - cat build.env Loading