mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
31717c087d
* CONFIG: Keeping the verify pipeline alive Signed-off-by: Sonu Saha <sonu.saha@progress.com> * Expand the message returned to be more explnatory Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com> * Remove unused old file, was leading to confusion Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com> --------- Signed-off-by: Sonu Saha <sonu.saha@progress.com> Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com> Co-authored-by: Clinton Wolfe <clintoncwolfe@gmail.com>
13 lines
526 B
YAML
13 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."
|