Skip to content

Commit 847d30c

Browse files
committed
Merge #987: ci: Run verify-commits.sh in CI on master
cd000ba ci: Run verify-commits.sh in CI on master (Andrew Chow) Pull request description: ACKs for top commit: laanwj: ACK cd000ba Tree-SHA512: fcfe672adf2e123cad451120fd382c330b7a51353c43f033fb3d53e734082497b8ae21606c0e5ec1c325cf43b897b965ba061b58cd9c9956491d6df47becee67
2 parents d36159b + cd000ba commit 847d30c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.cirrus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ task:
3737
build_and_test_script:
3838
- rm Gemfile.lock
3939
- make all
40+
41+
task:
42+
name: verify commits
43+
only_if: $CIRRUS_BRANCH == 'master'
44+
container:
45+
image: debian:latest
46+
verify_script:
47+
- ./contrib/verify-commits/verify-commits.sh

0 commit comments

Comments
 (0)