From aa3af8950bd63d12eed19ce42c6d62d97146ea87 Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Thu, 17 Oct 2019 10:28:30 -0600 Subject: [PATCH] Use a more standard url for cloning pages Signed-off-by: Taylor Smock --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b6a5b5..dacb372 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -153,7 +153,7 @@ release: - &clone_pages_branch | echo "$SSH_PRIVATE_DEPLOY_KEY" > ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa - git clone --depth 1 --branch pages ${CI_REPOSITORY_URL} pages + git clone --depth 1 --branch pages git@${CI_SERVER_HOST}:${CI_PROJECT_PATH} pages - | version=`git describe --always --dirty` longVersion=`git describe --always --long --dirty`