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