Commit e6932424 authored by nimrod's avatar nimrod
Browse files

Alwasy build from scratch.

Pull a new image and build without caching. I want updates for existing
packages without changing files.
parent 4da0bf95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ build:
  stage: build
  tags: ["ns4.shore.co.il"]
  script:
    - docker-compose build
    - docker-compose build --no-cache --pull

run:
  stage: run