Skip to content

Commit

Permalink
Removing echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirudh Rekhi committed May 24, 2016
1 parent bb7aef8 commit 3966c7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/populate-package-meta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -13,7 +13,6 @@ cat <<package_meta >$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:
Expand Down

0 comments on commit 3966c7f

Please sign in to comment.