From a04bb4c8ce393600227f3ec0d571099c43586658 Mon Sep 17 00:00:00 2001 From: Anna Sirota Date: Thu, 18 Mar 2021 12:21:13 +0100 Subject: [PATCH] Remove mention of DEPLOY_BRANCH which is not actually used anywhere --- deploy/2docker.sh | 2 +- deploy/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/2docker.sh b/deploy/2docker.sh index 1640565..8a653f9 100755 --- a/deploy/2docker.sh +++ b/deploy/2docker.sh @@ -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 diff --git a/deploy/README.md b/deploy/README.md index 23ec6c9..3922dce 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -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.