Skip to content

Commit bbadf55

Browse files
committed
[release] build/all.bash: build vscode-test-env from the root
build/Dockerfile assumes the docker container is built from the root, after golang.org/cl/253749. Change `all.bash testlocal` to build the container image from the root. Change-Id: I30114c49894a847975cc901efd30bb029f0c79e7 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/254805 Trust: Hyang-Ah Hana Kim <[email protected]> Trust: Robert Findley <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Robert Findley <[email protected]> (cherry picked from commit a5e0287) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/254747
1 parent 47a7452 commit bbadf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/all.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ run_test() {
5656

5757
run_test_in_docker() {
5858
echo "**** Building the docker image ***"
59-
docker build -t vscode-test-env ./build
59+
docker build -t vscode-test-env -f ./build/Dockerfile .
6060
docker run --workdir=/workspace -v "$(pwd):/workspace" vscode-test-env ci
6161
}
6262

0 commit comments

Comments
 (0)