Skip to content

Commit c3da54c

Browse files
Remove duplicate flag
1 parent 94c28d6 commit c3da54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selenium/bin/suite_template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ build_mocha_image() {
136136
tag=($(md5sum $SELENIUM_ROOT_FOLDER/package.json))
137137
print "> tag : $tag"
138138
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
139+
docker build $DOCKER_BUILD_ARGS -t mocha-test:$tag --target test $SELENIUM_ROOT_FOLDER
140140
print "> Built docker image mocha-test:$tag"
141141
fi
142142
end "mocha-test image exists"

0 commit comments

Comments
 (0)