From a1641597e23ac42fe9af773a32f732accfc92231 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 26 Mar 2021 22:17:20 +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 9bce4b2..70cfcad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab