From 0bf290e5544e3531e5e87a0bac87dacdd80f3cb5 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 6 Jun 2019 16:19:56 -0500 Subject: [PATCH] SWS-1073 - Polishing. --- deploy.bash | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 deploy.bash diff --git a/deploy.bash b/deploy.bash deleted file mode 100755 index d4b669a9..00000000 --- a/deploy.bash +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -x - -if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "2.x" ]; then - ./mvnw -Pdistribute,snapshot,docs clean -Dmaven.test.skip=true deploy -else - echo "We only deploy 'master' and '2.x' branches" -fi \ No newline at end of file