diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2019-09-03 11:45:49 -0600 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-09-13 22:57:15 -0700 |
commit | 1050fa55462a5210efc9810ed1e01e1a35a48aea (patch) | |
tree | 3bfe30bee3bbeeb5754199334c78f5d081092a6e /.gitlab-ci.yml | |
parent | 6d745a56fd1358667047d22ba183140a8ec0f5f5 (diff) | |
download | spack-1050fa55462a5210efc9810ed1e01e1a35a48aea.tar.gz spack-1050fa55462a5210efc9810ed1e01e1a35a48aea.tar.bz2 spack-1050fa55462a5210efc9810ed1e01e1a35a48aea.tar.xz spack-1050fa55462a5210efc9810ed1e01e1a35a48aea.zip |
Fixes identified in ecp facilities hackathon fixes:
- improve mirror git repo management
- minio s3 implementation needs endpoint_url
- Remove image key from rebuild-index job
- Remove image, rely on tags instead
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11dcf1c0a2..c4d6bcaab6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,8 @@ generate ci jobs: - variables: - git_strategy: clone script: - "./bin/generate-gitlab-ci-yml.sh" tags: - - "spack-k8s" - image: "scottwittenburg/spack_ci_generator_alpine" + - "spack-pre-ci" artifacts: paths: - ci-generation |