Skip to content

Commit

Permalink
Remove docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez authored and syphar committed Nov 16, 2023
1 parent 3851bcc commit e1be43f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dockerfiles/run-gui-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ fi
cargo run -- start-web-server &
SERVER_PID=$!

docker build . -f dockerfiles/Dockerfile-gui-tests -t gui_tests

# status="docker run . -v `pwd`:/build/out:ro gui_tests"
docker-compose run gui_tests
status=$?
Expand Down

0 comments on commit e1be43f

Please sign in to comment.