We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c28d6 commit c3da54cCopy full SHA for c3da54c
selenium/bin/suite_template
@@ -136,7 +136,7 @@ build_mocha_image() {
136
tag=($(md5sum $SELENIUM_ROOT_FOLDER/package.json))
137
print "> tag : $tag"
138
if [[ $(docker images -q mocha-test:$tag 2> /dev/null) == "" ]]; then
139
- docker build $DOCKER_BUILD_ARGS -f ${MOCHA_DOCKER_FILE} -t mocha-test:$tag --target test $SELENIUM_ROOT_FOLDER
+ docker build $DOCKER_BUILD_ARGS -t mocha-test:$tag --target test $SELENIUM_ROOT_FOLDER
140
print "> Built docker image mocha-test:$tag"
141
fi
142
end "mocha-test image exists"
0 commit comments