mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Wrap vars in quotes
This commit is contained in:
parent
4319baa7b5
commit
b9b1e40d03
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ HARD_RC="2.x-RC"
|
|||
DEV_URL="dev.boot.netboot.xyz"
|
||||
STAGING_URL="staging.boot.netboot.xyz"
|
||||
PROD_URL="boot.netboot.xyz"
|
||||
NBXYZ_OVERRIDES=production
|
||||
NBXYZ_OVERRIDES="production"
|
||||
|
||||
# Set boot domain
|
||||
if [[ "${TYPE}" == "dev" ]]; then
|
||||
|
|
@ -16,7 +16,7 @@ if [[ "${TYPE}" == "dev" ]]; then
|
|||
elif [[ "${TYPE}" == "pr" ]]; then
|
||||
BOOT_DOMAIN="test.com"
|
||||
BOOT_VERSION="test"
|
||||
NBXYZ_OVERRIDES=default
|
||||
NBXYZ_OVERRIDES="default"
|
||||
elif [[ "${TYPE}" == "rc" ]]; then
|
||||
BOOT_VERSION=$(cat version.txt)-RC
|
||||
BOOT_DOMAIN="${STAGING_URL}/${BOOT_VERSION}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue