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 6ccd41d commit 060c080Copy full SHA for 060c080
selenium/bin/components/rabbitmq
@@ -2,8 +2,6 @@
2
3
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
5
-source $SCRIPT/../common
6
-
7
8
init_rabbitmq() {
9
RABBITMQ_CONFIG_DIR=${TEST_CONFIG_DIR}
selenium/bin/suite_template
@@ -132,7 +132,7 @@ build_mocha_image() {
132
tag=($(md5sum $SELENIUM_ROOT_FOLDER/package.json))
133
print "> tag : $tag"
134
if [[ $(docker images -q mocha-test:$tag 2> /dev/null) == "" ]]; then
135
- docker build -t mocha-test:$tag --target test $SCRIPT/..
+ docker build -t mocha-test:$tag --target test $SELENIUM_ROOT_FOLDER
136
print "> Built docker image mocha-test:$tag"
137
fi
138
end "mocha-test image exists"
0 commit comments