summaryrefslogtreecommitdiff
path: root/.gitlab/artifacts.yml
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-06-12 12:50:12 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2020-06-12 12:56:03 -0400
commita1fe6ad62129c14e9dcae5c61d40bea55c81a497 (patch)
tree4f09d7f096f975af62a17fab2555aaddf52c4cb9 /.gitlab/artifacts.yml
parentfda8b79f880877a9f07839dcabc9cd7854685e92 (diff)
downloadcmake-a1fe6ad62129c14e9dcae5c61d40bea55c81a497.tar.gz
gitlab-ci: use `extends`
YAML anchors are not supported across include files.
Diffstat (limited to '.gitlab/artifacts.yml')
-rw-r--r--.gitlab/artifacts.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml
index b25e4ff957..c2d28da463 100644
--- a/.gitlab/artifacts.yml
+++ b/.gitlab/artifacts.yml
@@ -1,6 +1,6 @@
# Lists of paths for artifacts of various stages.
-.cmake_build_artifacts: &cmake_build_artifacts
+.cmake_build_artifacts:
artifacts:
expire_in: 1d
paths:
@@ -64,14 +64,14 @@
- build/DartConfiguation.tcl
- build/CTestCustom.cmake
-.cmake_release_artifacts: &cmake_release_artifacts
+.cmake_release_artifacts:
artifacts:
expire_in: 5d
paths:
# Any packages made.
- build/cmake-*-Linux-x86_64.*
-.cmake_test_artifacts: &cmake_test_artifacts
+.cmake_test_artifacts:
artifacts:
expire_in: 1d
paths: