Commit d2bd5ea9 authored by nimrod's avatar nimrod
Browse files

Pull during the build stage.

parent 26c1866a
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -12,11 +12,15 @@ stages:

build:
  extends: .compose-build
  tags: [host01.shore.co.il]
  tags: &tags [host01.shore.co.il]
  variables:
    DOCKER_BUILDKIT: ""
    COMPOSE_DOCKER_CLI_BUILD: ""

pull:
  extends: .compose-pull
  tags: *tags

run:
  extends: .compose-run
  tags: [host01.shore.co.il]
  tags: *tags