diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2024-10-31 14:15:58 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2024-10-31 18:07:32 (GMT) |
commit | ea31d090c71ca45daa4f780d6bc57634d3faa0f2 (patch) | |
tree | 432a7f098fa31e323a3a48f23e14b01fbe235c37 /Tests/EmptyLibrary | |
parent | 9c4a0a9ff09735b847bbbc38caf6da7f6c7238f2 (diff) | |
download | CMake-ea31d090c71ca45daa4f780d6bc57634d3faa0f2.zip CMake-ea31d090c71ca45daa4f780d6bc57634d3faa0f2.tar.gz CMake-ea31d090c71ca45daa4f780d6bc57634d3faa0f2.tar.bz2 |
gitlab-ci: remove `dependencies` from jobs
Historically, `needs` specifies the jobs which need to complete
successfully and `dependencies` specifies the jobs which provide
artifacts which should be used. Modern GitLab discourages using both as
`needs` now supports an `artifacts` key to say "depend on but do not use
artifacts", so remove `dependencies` and use `needs:artifacts` where
necessary.
See: https://docs.gitlab.com/ee/ci/yaml/#needsartifacts
Diffstat (limited to 'Tests/EmptyLibrary')
0 files changed, 0 insertions, 0 deletions