Skip to content
Snippets Groups Projects

feat: use spack ci generate to setup build pipeline

Closed Wouter Deconinck requested to merge wdconinc-master-patch-58238 into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -217,8 +217,11 @@ generate-pipeline:
stage: generate
tags:
- docker-new
parallel:
matrix:
- BASE_IMAGE: debian_testing_base
image:
name: eicweb.phy.anl.gov:4567/containers/eic_container/debian_testing_base
name: ${CI_REGISTRY_IMAGE}/${BASE_IMAGE}:${INTERNAL_TAG}
entrypoint: [""]
before_script:
- git clone ${SPACK_REPO} spack
Loading