Skip to content

Commit 04a174e

Browse files
authored
must use p4 g4d (GoogleCloudPlatform#1722)
* must use p4 g4d * excess slash * remove debugging
1 parent 8b1583c commit 04a174e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

‎scripts/release_bom.sh‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@ gh pr create -t "Release ${VERSION}-${SUFFIX}" -b "Release ${VERSION}-${SUFFIX}"
106106
EchoGreen 'Ask someone to approve this PR.'
107107

108108
# CITC client names can't contain periods
109-
g4d -f release-${VERSION//\.//_}-${SUFFIX}
109+
citcclient="release-${VERSION//\./_}-${SUFFIX}"
110+
111+
p4 g4d -f ${citcclient}
112+
clientdir="$(p4 g4d -- "${citcclient?}")"
113+
114+
cd "${clientdir}"
110115

111116
blaze run java/com/google/cloud/java/tools:ReleaseBom -- --version=${VERSION}
112117

0 commit comments

Comments
 (0)