Skip to content

Commit 8df336f

Browse files
ravanellijlebon
authored andcommitted
utils: Fix brew tag path in pipeconfig
- It is under release, fix it Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
1 parent 20082b0 commit 8df336f

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.ocp_node_builds[release].brew_tag} \
1002+
--tag ${pipecfg.ocp_node_builds.release[release].brew_tag} \
10031003
--arch ${arch} \
10041004
--node-image
10051005
""")

0 commit comments

Comments
 (0)