fix(gitlab_release): ci image is alpine, use '/bin/sh' and add the changlogs to git cache for commiting
#1
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
|
||||
@ -15,5 +15,7 @@ for D in *; do
|
||||
echo "" >> ${D}/CHANGELOG.md
|
||||
echo "$CHANGELOG_DATA" >> ${D}/CHANGELOG.md
|
||||
|
||||
git add ${D}/CHANGELOG.md
|
||||
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user