Skip to content
Snippets Groups Projects
Commit 080e71ba authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-966: gitlab runner needs a container with git to build lofar-pulp in

parent d8ec0ea3
No related branches found
No related tags found
3 merge requests!634WIP: COBALT commissioning delta,!501SW-966: build lofar-pulp in gitlab CI,!481Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
...@@ -119,7 +119,7 @@ build_pulp_docker_image: ...@@ -119,7 +119,7 @@ build_pulp_docker_image:
# use ci_pulp_builder:$CI_COMMIT_SHORT_SHA as an image to build in/with # use ci_pulp_builder:$CI_COMMIT_SHORT_SHA as an image to build in/with
image: ci_pulp_builder:$CI_COMMIT_SHORT_SHA image: ci_pulp_builder:$CI_COMMIT_SHORT_SHA
script: 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 - cd pulp-dockers/lofar-pulp
- docker build -t ci_lofar_pulp:$CI_COMMIT_SHORT_SHA . - docker build -t ci_lofar_pulp:$CI_COMMIT_SHORT_SHA .
interruptible: true interruptible: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment