diff options
author | tusooa <tusooa@kazv.moe> | 2023-04-22 20:30:17 -0400 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-04-22 20:31:48 -0400 |
commit | 50e237759a0aa378b32393ba57d50eaaff5029e0 (patch) | |
tree | 3abf63e311b25dc10d02313d452d5a2f26b947a6 /.gitlab-ci.yml | |
parent | 3867b52aefdab5c26bcd4f58155b1370ee40e4dd (diff) | |
download | pleroma-50e237759a0aa378b32393ba57d50eaaff5029e0.tar.gz pleroma-50e237759a0aa378b32393ba57d50eaaff5029e0.zip |
Use git diff to search for changelog entry
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e4897aa0..6e498bf89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,7 @@ check-changelog: after_script: '' cache: {} script: + - apk add git - sh ./tools/check-changelog build: |