Add pre-ci job generation for a multi-repo setup

This commit is contained in:
Scott Wittenburg
2019-05-29 17:29:09 -06:00
committed by Todd Gamblin
parent fabbb3d58a
commit 0b67f30e21
2 changed files with 103 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,10 @@
generate ci jobs:
script:
- "./bin/generate-gitlab-ci-yml.sh"
tags:
- "spack-k8s"
image: "spack/ubuntu:18.04"
artifacts:
paths:
- ci-generation
when: always