From 63103eca1b67c9bffa2bf9b22bf29a3bd5e4e325 Mon Sep 17 00:00:00 2001 From: arknoll Date: Tue, 3 Jan 2017 13:53:13 -0600 Subject: [PATCH 1/3] Add tagging of remote repo. --- phing/tasks/deploy.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/phing/tasks/deploy.xml b/phing/tasks/deploy.xml index f26eb1aea..45f1c2fc1 100644 --- a/phing/tasks/deploy.xml +++ b/phing/tasks/deploy.xml @@ -18,6 +18,10 @@ promptText="Enter a deploy branch (defaults to [current branch]-build)" promptCharacter=":" defaultValue="${branch.current}-build"/> + @@ -47,6 +51,14 @@ + + + + + + + + @@ -54,6 +66,7 @@ + + + + + + From 45533c215e18f6f650c59b24c59960b4f6200dc7 Mon Sep 17 00:00:00 2001 From: arknoll Date: Tue, 3 Jan 2017 16:11:16 -0600 Subject: [PATCH 2/3] blt-830 - Add additional deploy check to determine if tag should be created. --- phing/tasks/deploy.xml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/phing/tasks/deploy.xml b/phing/tasks/deploy.xml index 45f1c2fc1..bbbeb9584 100644 --- a/phing/tasks/deploy.xml +++ b/phing/tasks/deploy.xml @@ -18,10 +18,27 @@ promptText="Enter a deploy branch (defaults to [current branch]-build)" promptCharacter=":" defaultValue="${branch.current}-build"/> - + + + + + + + + + + + + + + + From 6d9f00df2ee23d96ecfb5da56f106fe670b7f49f Mon Sep 17 00:00:00 2001 From: arknoll Date: Tue, 3 Jan 2017 16:13:07 -0600 Subject: [PATCH 3/3] blt-830 - code cleanup based on review. --- phing/tasks/deploy.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/phing/tasks/deploy.xml b/phing/tasks/deploy.xml index bbbeb9584..85ae4c1a9 100644 --- a/phing/tasks/deploy.xml +++ b/phing/tasks/deploy.xml @@ -192,7 +192,6 @@ -