Skip to content

Commit fc1e75f

Browse files
committed
step-registry/sandboxed-containers-operator: Remove "documentation" from generated prowjob
The documentation section in the generated prowjob is not valid for the ci-operator, resulting on job run via API to fail. Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
1 parent fe996ff commit fc1e75f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci-operator/step-registry/sandboxed-containers-operator/create-prowjob/sandboxed-containers-operator-create-prowjob-commands.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,8 @@ command_create() {
341341
# Create the prowjob configuration file
342342

343343
cat > "${OUTPUT_FILE}" <<EOF
344-
documentation: |-
345-
DO NOT EDIT DIRECTLY.
346-
This is generated by the sandboxed-containers-operator-create-prowjob-commands.sh script.
344+
# DO NOT EDIT DIRECTLY.
345+
# This is generated by the sandboxed-containers-operator-create-prowjob-commands.sh script.
347346
base_images:
348347
tests-private:
349348
name: tests-private

0 commit comments

Comments
 (0)