From 080e71ba4fe1cb1f8202c53d2a10f74d92db6897 Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Tue, 8 Jun 2021 11:43:18 +0200 Subject: [PATCH] SW-966: gitlab runner needs a container with git to build lofar-pulp in --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f77ceb76642..c544f4dc218 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,7 +119,7 @@ build_pulp_docker_image: # use ci_pulp_builder:$CI_COMMIT_SHORT_SHA as an image to build in/with image: ci_pulp_builder:$CI_COMMIT_SHORT_SHA script: - - git clone https://git.astron.nl/ro/pulp-dockers + - git clone https://git.astron.nl/ro/pulp-dockers.git - cd pulp-dockers/lofar-pulp - docker build -t ci_lofar_pulp:$CI_COMMIT_SHORT_SHA . interruptible: true -- GitLab