Skip to content

Commit

Permalink
use bash to exec.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jul 21, 2021
1 parent 89e130f commit cf88ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/testing/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
hostname: testing
environment:
# maven
- MAVEN_COMMAND=./test-spec --host author --port 8080 --url http://seleniumhub:4444 --maven
- MAVEN_COMMAND=bash ./test-spec --host author --port 8080 --url http://seleniumhub:4444 --maven
# docker
- PARENT_PROJECT_WITH_GIT=.
- PARENT_PROJECT_WITH_GIT_NAME=geb-aem-testing
Expand Down

0 comments on commit cf88ba2

Please sign in to comment.