From e96c031a241bc5e717be3de66252efeae19ce6a4 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 26 Mar 2021 22:28:50 +0300 Subject: [PATCH] Pull during the build stage. --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6016f1d..8d490be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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] -- GitLab