Skip to content

Commit 9afde09

Browse files
authored
Add zipped jobs.yaml to build-prow-images PR (#744)
Issue #, if available: Description of changes: - Include prow/jobs/jobs.yaml.gz as source file in PR generated by the build-prow-images script. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent a53a184 commit 9afde09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prow/jobs/tools/cmd/build-prow-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fi
7272
if [ -n "$BUILT_JOB_TAGS" ] || [ -n "$BUILT_AGENT_WORKFLOW_TAGS" ] || [ -n "$BUILT_PLUGIN_TAGS" ]; then
7373
if [ -n "$BUILT_JOB_TAGS" ]; then
7474
PR_DESCRIPTION+="Built and pushed prow job images:"$'\n'"$BUILT_JOB_TAGS"$'\n\n'
75-
SOURCE_FILES+="prow/jobs/jobs.yaml:prow/jobs/jobs.yaml"
75+
SOURCE_FILES+="prow/jobs/jobs.yaml:prow/jobs/jobs.yaml,prow/jobs/jobs.yaml.gz:prow/jobs/jobs.yaml.gz"
7676
fi
7777

7878
if [ -n "$BUILT_AGENT_WORKFLOW_TAGS" ]; then

0 commit comments

Comments
 (0)