updating release.sh to use correct branch names
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
CONFIG_FILE="app/web/config.py"
|
CONFIG_FILE="app/web/config.py"
|
||||||
DEVELOP_BRANCH="develop"
|
DEVELOP_BRANCH="nightly"
|
||||||
STAGING_BRANCH="staging"
|
STAGING_BRANCH="beta"
|
||||||
MAIN_BRANCH="master"
|
MAIN_BRANCH="master"
|
||||||
|
|
||||||
# Colors for output
|
# Colors for output
|
||||||
|
|||||||
Reference in New Issue
Block a user