From 74f2d0c10e9b54ceadfbf6c839bd00a250e99342 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Mon, 1 Jan 2018 00:43:32 -1000 Subject: [PATCH] Don't checkout repository for deploy CI stage --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3324715ac..52ccd1c34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -120,5 +120,7 @@ deploy: dependencies: [] tags: - server + variables: + GIT_STRATEGY: none script: - python3 /var/lib/gitlab-runner/deploy_urde.py $CI_PIPELINE_ID