Skip to content
Snippets Groups Projects
Commit d2bd5ea9 authored by nimrod's avatar nimrod
Browse files

Pull during the build stage.

parent 26c1866a
No related branches found
No related tags found
No related merge requests found
Pipeline #996 passed
...@@ -12,11 +12,15 @@ stages: ...@@ -12,11 +12,15 @@ stages:
build: build:
extends: .compose-build extends: .compose-build
tags: [host01.shore.co.il] tags: &tags [host01.shore.co.il]
variables: variables:
DOCKER_BUILDKIT: "" DOCKER_BUILDKIT: ""
COMPOSE_DOCKER_CLI_BUILD: "" COMPOSE_DOCKER_CLI_BUILD: ""
pull:
extends: .compose-pull
tags: *tags
run: run:
extends: .compose-run extends: .compose-run
tags: [host01.shore.co.il] tags: *tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment