Skip to content
Snippets Groups Projects
Commit 6536fe22 authored by HJ's avatar HJ :fire:
Browse files

fix change not being recognized

parent 623a9611
No related branches found
No related tags found
2 merge requests!1928Release 2.7.0,!1892Themes 3.0 / Pleroma ISS (Interface Style Sheets) [Side A]
Pipeline #47926 failed
......@@ -6,7 +6,7 @@ git remote add upstream https://git.pleroma.social/pleroma/pleroma-fe.git
git fetch upstream ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}:refs/remotes/upstream/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME
git diff --raw --no-renames upstream/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME HEAD -- changelog.d | \
grep ' A\t' | grep '\.\(skip\|add\|remove\|fix\|security\)$'
grep ' A\t' | grep '\.\(skip\|add\|remove\|change\|fix\|security\)$'
ret=$?
if [ $ret -eq 0 ]; then
......
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