adding quotes when defining base url because of -e problem
This commit is contained in:
parent
7d20b0074c
commit
27b6e968e2
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ stages:
|
|||
container_id=$(docker create \
|
||||
--ipc=host \
|
||||
-e CCIS_API_AUTH=$(CCIS_API_AUTH) \
|
||||
-e BASE_URL=$(BASE_URL) \
|
||||
-e BASE_URL="$(BASE_URL)" \
|
||||
-e CCIS_API_URL=$(CCIS_API_URL) \
|
||||
-e ADMIN_SERVICE_API_URL=$(ADMIN_SERVICE_API_URL) \
|
||||
-e SHARD=$(shardNumber) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue