From 3966c7f66f26542962773b3bd3d82428e706933f Mon Sep 17 00:00:00 2001 From: Anirudh Rekhi Date: Tue, 24 May 2016 14:26:31 -0700 Subject: [PATCH] Removing echo --- scripts/populate-package-meta.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/populate-package-meta.sh b/scripts/populate-package-meta.sh index 0fddadcaf4..aecb6d17a3 100644 --- a/scripts/populate-package-meta.sh +++ b/scripts/populate-package-meta.sh @@ -3,7 +3,7 @@ pushd $GITDIR/scripts config=../package.meta -echo "Writing version, gitSHA and circle_build_url to: package.meta (Final location: /opt/stackstorm/st2)" + if [ -e "$config" ]; then rm $config fi @@ -13,7 +13,6 @@ cat <$config version = $(python -c 'execfile("../st2common/st2common/__init__.py"); print __version__') git_sha = $(git rev-parse --short HEAD) circle_build_url = $(echo $ST2_CIRCLE_URL) - package_meta echo Contents of package.meta for reference: