Skip to content

Commit 20082b0

Browse files
ravanellijlebon
authored andcommitted
utils: Change brew tag location in the pipeconfig
- Update it to reflect changes in the pipeconfig Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
1 parent 472ef9b commit 20082b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ def brew_upload(arches, release, repo, manifest_digest, extensions_manifest_dige
999999
--buildroot . \
10001000
--owner ${pipecfg.brew.principal} \
10011001
--profile ${pipecfg.brew.profile} \
1002-
--tag ${pipecfg.streams[release].brew_tag} \
1002+
--tag ${pipecfg.ocp_node_builds[release].brew_tag} \
10031003
--arch ${arch} \
10041004
--node-image
10051005
""")

0 commit comments

Comments
 (0)