Skip to content
Snippets Groups Projects
Commit a99c15d3 authored by Alec Leamas's avatar Alec Leamas
Browse files

Removing set -x

parent a6300ecb
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,6 @@ function make_bundle()
# Usage: make_bundle [ commit, defaults to HEAD]
#
{
set -x
checkout ${1:-'HEAD'} >/dev/null
bundle_id=$( git_id dist/diaspora/Gemfile)
bundle_name="diaspora-bundle-$VERSION-$bundle_id"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment