Commit 85d3c852 authored by nimrod's avatar nimrod
Browse files

Pull during the build stage.

parent 2fc08887
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -12,8 +12,12 @@ stages:

build:
  extends: .compose-build
  tags: [ns4.shore.co.il]
  tags: &tags [ns4.shore.co.il]

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

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