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:
stage: build
tags: ["ns4.shore.co.il"]
script:
- docker-compose build
- docker-compose build --no-cache --pull
run:
stage: run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment