1 2 3 4 5 6 7 8 9 10 11 12
generate ci jobs: variables: git_strategy: clone script: - "./bin/generate-gitlab-ci-yml.sh" tags: - "spack-k8s" image: "scottwittenburg/spack_ci_generator_alpine" artifacts: paths: - ci-generation when: always