File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
NAME := $(or $(NAME ) ,$(NAME ) ,selenium)
2
2
CURRENT_DATE := $(shell date '+% Y% m% d')
3
3
BUILD_DATE := $(or $(BUILD_DATE ) ,$(BUILD_DATE ) ,$(CURRENT_DATE ) )
4
- VERSION := $(or $(VERSION ) ,$(VERSION ) ,4.0.0-beta-1 )
4
+ VERSION := $(or $(VERSION ) ,$(VERSION ) ,4.0.0-beta-2 )
5
5
TAG_VERSION := $(VERSION ) -$(BUILD_DATE )
6
6
NAMESPACE := $(or $(NAMESPACE ) ,$(NAMESPACE ) ,$(NAME ) )
7
7
AUTHORS := $(or $(AUTHORS ) ,$(AUTHORS ) ,SeleniumHQ)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ publish = \"tcp://${SE_EVENT_BUS_HOST}:${SE_EVENT_BUS_PUBLISH_PORT}\"
5
5
subscribe = \" tcp://${SE_EVENT_BUS_HOST} :${SE_EVENT_BUS_SUBSCRIBE_PORT} \"
6
6
" > /opt/selenium/config.toml
7
7
8
- if [[ -z " ${SE_NODE_HOST} " ]] || [[ -z " ${SE_NODE_PORT} " ]]; then
8
+ if [[ -z " ${SE_NODE_HOST} " ]] && [[ -z " ${SE_NODE_PORT} " ]]; then
9
9
echo " Configuring server..."
10
10
else
11
11
echo " [server]" >> /opt/selenium/config.toml
You can’t perform that action at this time.
0 commit comments