mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
log git commit in dev release
This commit is contained in:
@@ -25,6 +25,7 @@ git tag --delete "$tag" || true
|
||||
root="$(mktemp -d -t le.$version.XXX)"
|
||||
echo "Cloning into fresh copy at $root" # clean repo = no artificats
|
||||
git clone . $root
|
||||
git rev-parse HEAD
|
||||
cd $root
|
||||
git branch -f "$DEV_RELEASE_BRANCH"
|
||||
git checkout "$DEV_RELEASE_BRANCH"
|
||||
|
||||
Reference in New Issue
Block a user