mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
More tuning for endpoints menu
This commit is contained in:
parent
b0144221e1
commit
36eb55b9f0
4 changed files with 13 additions and 15 deletions
|
|
@ -11,11 +11,11 @@ DOCKER_FILE="Dockerfile-build.production"
|
|||
|
||||
# Set boot domain
|
||||
if [[ "${TYPE}" == "dev" ]]; then
|
||||
BOOT_DOMAIN="s3.amazonaws.com/${DEV_URL}/${TRAVIS_COMMIT}"
|
||||
BOOT_VERSION="${TRAVIS_COMMIT}"
|
||||
BOOT_DOMAIN="s3.amazonaws.com/${DEV_URL}/${BOOT_VERSION}"
|
||||
elif [[ "${TYPE}" == "pr" ]]; then
|
||||
BOOT_VERSION="test"
|
||||
BOOT_DOMAIN="test.com"
|
||||
BOOT_VERSION="test"
|
||||
DOCKER_FILE="Dockerfile-build"
|
||||
elif [[ "${TYPE}" == "rc" ]]; then
|
||||
BOOT_VERSION=$(cat version.txt)-RC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue