Commit 7ad3b7f7 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

- cleanup ci

parent bdf42173
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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