diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-11-08 17:34:11 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-11-08 17:34:11 +0100 |
commit | 7f87c8f041cb3b1076ee4fea5e813205d1de5915 (patch) | |
tree | 660f261f4186cf4fbfe1ddda9c4dee2a26277104 | |
parent | 8bbca32edc344c7ee2f5ea5db5448a4c4ff79684 (diff) | |
download | Trader-7f87c8f041cb3b1076ee4fea5e813205d1de5915.tar.gz Trader-7f87c8f041cb3b1076ee4fea5e813205d1de5915.tar.zst Trader-7f87c8f041cb3b1076ee4fea5e813205d1de5915.zip |
Add CI config
-rw-r--r-- | .immae_config.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.immae_config.yaml b/.immae_config.yaml new file mode 100644 index 0000000..d3a371c --- /dev/null +++ b/.immae_config.yaml | |||
@@ -0,0 +1,21 @@ | |||
1 | hooks: | ||
2 | mantisbt: | ||
3 | projectSourceId: 10 | ||
4 | slack: | ||
5 | url: discordCryptportfolio | ||
6 | refs: | ||
7 | - refs/heads/master | ||
8 | - refs/heads/dev | ||
9 | - refs/tags/* | ||
10 | buildbot: | ||
11 | url: https://git.immae.eu/buildbot/cryptoportfolio/change_hook/base | ||
12 | refs: | ||
13 | - refs/heads/master | ||
14 | - refs/heads/dev | ||
15 | - refs/tags/* | ||
16 | meta: | ||
17 | issueurl: https://git.immae.eu/mantisbt/view_all_bug_page.php?project_id=6 | ||
18 | repourl: https://git.immae.eu/cgit/perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git/ | ||
19 | commiturl: https://git.immae.eu/cgit/perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git/commit/?id=%s | ||
20 | compareurl: https://git.immae.eu/cgit/perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git/diff/?id2=%s&id=%s | ||
21 | branchurl: https://git.immae.eu/cgit/perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git/log/?h=%s | ||