diff options
author | Tommy Carpenter <tommy@research.att.com> | 2017-09-08 09:56:37 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2017-09-08 09:56:51 -0400 |
commit | 84813508fd298e8d2c133d13182fce1594da5404 (patch) | |
tree | abf6a8250c7d5372a16d4b0bda5226ee0131f884 | |
parent | 2a18e2ea0d76e1a04cc67ed4aa3d33022ffa1b44 (diff) |
CBS Is not a wagon build.
Issue-ID: DCAEGEN2-60
Change-Id: I5e4aaff94e322a7a27c9dc608812ae066254b7e2
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
-rwxr-xr-x | mvn-phase-script.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 710b556..abfa93c 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -297,7 +297,7 @@ build_and_push_docker() case $MVN_PHASE in clean) echo "==> clean phase script" - rm -rf ./venv-* ./*.wgn + rm -rf ./venv-* ;; generate-sources) echo "==> generate-sources phase script" @@ -312,7 +312,6 @@ test) ;; package) echo "==> package phase script" - build_wagons ;; install) echo "==> install phase script" |