From 4df0629c26dece5ec00b110d9a6a4731f7429139 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Fri, 26 Mar 2021 21:58:25 +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