Delete obsolete cicd script
This commit is contained in:
parent
d0cd3795be
commit
91a99794bb
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
last_tag=$(git describe --tags --abbrev=0)
|
||||
|
||||
if [ -z "$last_tag" ]; then
|
||||
last_tag="HEAD"
|
||||
else
|
||||
last_tag="$last_tag..HEAD"
|
||||
fi
|
||||
|
||||
commits_list=$(git --no-pager log $last_tag --oneline --pretty=format:"- %s\\n" | uniq | tr -d '\n' | sed 's/\"/\\"/g')
|
||||
|
||||
echo '{"tag_name":"'$1'","name":"'$1'","body":"'$commits_list'"}' > /tmp/release.json
|
Loading…
Add table
Reference in a new issue