Skip to content

Commit 2d6aebd

Browse files
committed
Fix cloudbuild config
1 parent 4843769 commit 2d6aebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/gcp/cloudbuild/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ steps:
111111
- |-
112112
if [ "$_ISRELEASE" == "true" ]
113113
then
114-
./tools/ci/pkg-build-wasm-wocpp-gsutil.sh $SHORT_SHA
114+
./tools/ci/run/pkg-build-wasm-wocpp-gsutil.sh $SHORT_SHA
115115
else
116116
source /root/.bashrc &&
117117
./tools/ci/run/pkg-build-wasm.sh

0 commit comments

Comments
 (0)