Loading .gitlab-ci.yml +18 −0 Original line number Diff line number Diff line Loading @@ -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] Loading @@ -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] Loading @@ -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] Loading Loading
.gitlab-ci.yml +18 −0 Original line number Diff line number Diff line Loading @@ -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] Loading @@ -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] Loading @@ -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] Loading