Loading .gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,13 @@ build-job: # This job runs in the build stage, which runs first. rules: - !reference [.default_rules, rules] script: # Test zip installation - rm -rf /var/lib/apt/lists/* - apt update - apt-cache gencaches - apt install -y zip unzip - apt install zip unzip -y - zip --help - echo "Compiling the code..." - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env Loading Loading
.gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,13 @@ build-job: # This job runs in the build stage, which runs first. rules: - !reference [.default_rules, rules] script: # Test zip installation - rm -rf /var/lib/apt/lists/* - apt update - apt-cache gencaches - apt install -y zip unzip - apt install zip unzip -y - zip --help - echo "Compiling the code..." - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env Loading