From ce7e2eeec3549d3884cfe2249b2676c56252c696 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 11 Oct 2020 00:03:26 -0700 Subject: [PATCH] Make branch variable, for multidev --- pantheon/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pantheon/default.yml b/pantheon/default.yml index 556c5b1..24f0a68 100644 --- a/pantheon/default.yml +++ b/pantheon/default.yml @@ -73,4 +73,4 @@ git-push: - git diff --exit-code - git status -s - git log -n 1 - - git push --force pantheon master + - git push --force pantheon "$PANTHEON_GIT_BRANCH" -- GitLab