Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ build: ...@@ -9,7 +9,7 @@ build:
stage: build stage: build
tags: ["ns4.shore.co.il"] tags: ["ns4.shore.co.il"]
script: script:
- docker-compose build - docker-compose build --no-cache --pull
run: run:
stage: run stage: run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment