Skip to content

Commit

Permalink
Remove duplicate flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Feb 21, 2025
1 parent 94c28d6 commit c3da54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenium/bin/suite_template
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ build_mocha_image() {
tag=($(md5sum $SELENIUM_ROOT_FOLDER/package.json))
print "> tag : $tag"
if [[ $(docker images -q mocha-test:$tag 2> /dev/null) == "" ]]; then
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
print "> Built docker image mocha-test:$tag"
fi
end "mocha-test image exists"
Expand Down

0 comments on commit c3da54c

Please sign in to comment.