From d2bf1d8d4f37d52e7e1a8a8346af7b1e71b16842 Mon Sep 17 00:00:00 2001 From: Anna Sirota Date: Wed, 17 Mar 2021 18:23:17 +0100 Subject: [PATCH] Allow using different branch to avoid having to create a branch for **each** of the deps --- deploy/2docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/2docker.sh b/deploy/2docker.sh index 8a653f9..1640565 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 $STAGING_BRANCH $ROOT +git_clone blender-cloud $DEPLOY_BRANCH $ROOT # Gulp everywhere GULP=$ROOT/node_modules/.bin/gulp