mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
14 lines
526 B
YAML
14 lines
526 B
YAML
|
# This pipeline is a dummy pipeline that does nothing. It exists simply
|
||
|
# because removing the config from expeditor
|
||
|
# will delete the pipeline, and we want to preserve the
|
||
|
# pipeline history.
|
||
|
|
||
|
# TODO: Simplify the pipeline in future
|
||
|
steps:
|
||
|
- label: "keeping-verify-pipeline-alive"
|
||
|
expeditor:
|
||
|
executor:
|
||
|
docker:
|
||
|
commands:
|
||
|
- "echo ## This pipeline does nothing. The actual verify pipeline is verify/private. This exists as a placeholder to prevent deletion of the historical main verify pipeline."
|