Skip to content

Commit e1be43f

Browse files
GuillaumeGomezsyphar
authored andcommitted
Remove docker build command
1 parent 3851bcc commit e1be43f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dockerfiles/run-gui-tests.sh

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ fi
3434
cargo run -- start-web-server &
3535
SERVER_PID=$!
3636

37-
docker build . -f dockerfiles/Dockerfile-gui-tests -t gui_tests
38-
3937
# status="docker run . -v `pwd`:/build/out:ro gui_tests"
4038
docker-compose run gui_tests
4139
status=$?

0 commit comments

Comments
 (0)