summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 11dcf1c0a278a344beb873b409ff484eaad8de50 (plain) (blame)
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