From a249f0e6f659ab38efccc01e611e372c431dd60c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 26 Mar 2021 22:13:46 +0300 Subject: [PATCH] Pull during the build stage. --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ee142d..6b95c4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,12 @@ stages: build: extends: .compose-build - tags: [kodi.shore.co.il] + tags: &tags [kodi.shore.co.il] + +pull: + extends: .compose-pull + tags: *tags run: extends: .compose-run - tags: [kodi.shore.co.il] + tags: *tags -- GitLab