diff options
author | 2017-08-29 11:14:27 -0400 | |
---|---|---|
committer | 2017-08-29 18:48:29 +0000 | |
commit | 92f9fb8d08a721e985e1bc1bb87df5aa0376aa96 (patch) | |
tree | 084b9fee83e9c28b0c449dd42fdce25e150f5394 /get_version.sh | |
parent | 647addf5d6c78b2b8c941cc9cd8c57a3eb9f30b4 (diff) |
Cleanup CDAP undeploy function
Removes misleading logging statements in undeploy workflow. Undeploy can
be triggered by a failed deploy, where those logs were incorrect, and
moreover the EELF logs already contained the info necessary to debug.
Also attempt to add ONAP build artifacts
Issue-ID: DCAEGEN2-87
Change-Id: I46654a5c0d3b7aceb565be67ca98ca807a28eede
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'get_version.sh')
-rwxr-xr-x | get_version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/get_version.sh b/get_version.sh index 6883146..3eba5a3 100755 --- a/get_version.sh +++ b/get_version.sh @@ -1,3 +1,3 @@ #!/bin/sh #todo... build this so that it parses automatically -echo "4.0.3 +echo "4.0.4 |