Commit 5d699c69 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ again..

parent 4d1c5e49
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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