Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e948647

Browse files
committed
deploy: fix incorrect argument in deploy_goprev.json
s/--build_arg/build-arg. Updates golang/go#69238 Change-Id: Idd502f2f01049e2ae65949e6a1ac894cc5feaa2a Reviewed-on: https://go-review.googlesource.com/c/playground/+/612455 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent b6b44f6 commit e948647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/deploy_goprev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"entrypoint": "sh",
2222
"args": [
2323
"-c",
24-
"docker build --build-arg GO_VERSION=`cat /workspace/goversion` --build_arg GO_BOOTSTRAP_VERSION=`cat /workspace/gobootstrapversion` -t gcr.io/$PROJECT_ID/playground-goprev ."
24+
"docker build --build-arg GO_VERSION=`cat /workspace/goversion` --build-arg GO_BOOTSTRAP_VERSION=`cat /workspace/gobootstrapversion` -t gcr.io/$PROJECT_ID/playground-goprev ."
2525
]
2626
},
2727
{

0 commit comments

Comments
 (0)