mirror of https://gitlab.com/basile.b/dexed.git
fix bad comment
This commit is contained in:
parent
f163751e05
commit
77ad8ccff4
|
@ -102,7 +102,7 @@ if [ ! -z "$GITLAB_CI" ]; then
|
|||
ZP2_NAME="dexed.$ver.linux64.zip"
|
||||
|
||||
# read the log
|
||||
LOG=$(grep -Poz "##[\s\S]*?(?=# v)" ../CHANGELOG.md) # capture all after "##" and until "# v"
|
||||
LOG=$(grep -Poz "##[\s\S]*?(?=# v)" ../CHANGELOG.md) # capture all starting from "##" and until "# v"
|
||||
LOG=$(echo "$LOG" | sed -z 's/\n/\\n/g' | sed -z 's/\"/\\"/g')
|
||||
|
||||
ASSET_RPM='{ "name" : "'$RPM_NAME'" , "url" : "'$LNK_BASE$RPM_NAME'" , "filepath" : "/binaries/'$RPM_NAME'" }'
|
||||
|
|
Loading…
Reference in New Issue