Skip to content

Commit 060c080

Browse files
Fix issue in script
1 parent 6ccd41d commit 060c080

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

selenium/bin/components/rabbitmq

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

5-
source $SCRIPT/../common
6-
75

86
init_rabbitmq() {
97
RABBITMQ_CONFIG_DIR=${TEST_CONFIG_DIR}

selenium/bin/suite_template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ build_mocha_image() {
132132
tag=($(md5sum $SELENIUM_ROOT_FOLDER/package.json))
133133
print "> tag : $tag"
134134
if [[ $(docker images -q mocha-test:$tag 2> /dev/null) == "" ]]; then
135-
docker build -t mocha-test:$tag --target test $SCRIPT/..
135+
docker build -t mocha-test:$tag --target test $SELENIUM_ROOT_FOLDER
136136
print "> Built docker image mocha-test:$tag"
137137
fi
138138
end "mocha-test image exists"

0 commit comments

Comments
 (0)