Skip to content

Commit 4bf680f

Browse files
bovemAllda
authored andcommitted
Removed "status" from results
1 parent 2cbfbb9 commit 4bf680f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ansible/roles/operator-pipeline/templates/openshift/tasks/publish-to-index.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ spec:
1616
Which environment the pipeline is running in. Can be one of [dev, qa, stage, prod]
1717
- name: operator_distribution_method
1818
description: Operator distribution method. Can be one of [connect, marketplace]
19-
results:
20-
- name: status
21-
description: Index publishing status for operator bundle
2219
steps:
2320
- name: skopeo-copy
2421
# Pipeline image is needed for Red Hat internal SSL cert
@@ -73,7 +70,6 @@ spec:
7370
;;
7471
*)
7572
echo "Publishing bundle to an index is a NOOP for dev and qa environments at this time."
76-
echo -n "success" | tee "$(results.status.path)"
7773
exit 0
7874
;;
7975
esac

0 commit comments

Comments
 (0)