log git commit in dev release

This commit is contained in:
Jakub Warmuz
2015-10-17 10:55:41 +00:00
parent da63155724
commit 31109b3332
+1
View File
@@ -25,6 +25,7 @@ git tag --delete "$tag" || true
root="$(mktemp -d -t le.$version.XXX)" root="$(mktemp -d -t le.$version.XXX)"
echo "Cloning into fresh copy at $root" # clean repo = no artificats echo "Cloning into fresh copy at $root" # clean repo = no artificats
git clone . $root git clone . $root
git rev-parse HEAD
cd $root cd $root
git branch -f "$DEV_RELEASE_BRANCH" git branch -f "$DEV_RELEASE_BRANCH"
git checkout "$DEV_RELEASE_BRANCH" git checkout "$DEV_RELEASE_BRANCH"