Remove mention of DEPLOY_BRANCH which is not actually used anywhere

This commit is contained in:
Anna Sirota
2021-03-18 12:21:13 +01:00
parent 78c2dfb6ab
commit a04bb4c8ce
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ git_clone pillar $STAGING_BRANCH $PILLAR_DIR
git_clone attract $STAGING_BRANCH $ATTRACT_DIR
git_clone flamenco $STAGING_BRANCH $FLAMENCO_DIR
git_clone pillar-svnman $STAGING_BRANCH $SVNMAN_DIR
git_clone blender-cloud $DEPLOY_BRANCH $ROOT
git_clone blender-cloud $STAGING_BRANCH $ROOT
# Gulp everywhere
GULP=$ROOT/node_modules/.bin/gulp

View File

@@ -35,5 +35,5 @@ For `xxx` there are:
## Hacking Stuff
To deploy another branch than `production`, do `export DEPLOY_BRANCH=otherbranch` before starting
To deploy another branch than `production`, do `export STAGING_BRANCH=otherbranch` before starting
the above commands.