Commit e96c031a authored by nimrod's avatar nimrod
Browse files

Pull during the build stage.

parent eab0cdaa
Loading
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -19,6 +19,12 @@ build-ns4:
  only:
    - ns4

pull-ns4:
  extends: .compose-pull
  tags: [ns4.shore.co.il]
  only:
    - ns4

run-ns4:
  extends: .compose-run
  tags: [ns4.shore.co.il]
@@ -31,6 +37,12 @@ build-host01:
  only:
    - host01

pull-host01:
  extends: .compose-pull
  tags: [host01.shore.co.il]
  only:
    - host01

run-host01:
  extends: .compose-run
  tags: [host01.shore.co.il]
@@ -43,6 +55,12 @@ build-kodi:
  only:
    - kodi

pull-kodi:
  extends: .compose-pull
  tags: [kodi.shore.co.il]
  only:
    - kodi

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