From 76969e8e19b715b3ecd44bbb6893063b2ab036f9 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 26 Mar 2021 22:36:57 +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 fcfe0a2..a5e63b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,12 @@ stages: build: extends: .compose-build - tags: [host01.shore.co.il] + tags: &tags [host01.shore.co.il] + +pull: + extends: .compose-pull + tags: *tags run: extends: .compose-run - tags: [host01.shore.co.il] + tags: *tags -- GitLab