diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-11-08 17:36:48 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-11-08 17:36:48 +0100 |
commit | 4afea2d222ffe61507914a55a95b7579d8f70468 (patch) | |
tree | 8458b753b3bc5b40f1caff898fea5e0800aa81f9 | |
parent | 215e478fa347e922ad47ace89316113f1b7f15cd (diff) | |
download | Front-4afea2d222ffe61507914a55a95b7579d8f70468.tar.gz Front-4afea2d222ffe61507914a55a95b7579d8f70468.tar.zst Front-4afea2d222ffe61507914a55a95b7579d8f70468.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..6f57789 --- /dev/null +++ b/.immae_config.yaml | |||
@@ -0,0 +1,21 @@ | |||
1 | hooks: | ||
2 | mantisbt: | ||
3 | projectSourceId: 5 | ||
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=5 | ||
18 | repourl: https://git.immae.eu/cgit/perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/ | ||
19 | commiturl: https://git.immae.eu/cgit/perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/commit/?id=%s | ||
20 | compareurl: https://git.immae.eu/cgit/perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/diff/?id2=%s&id=%s | ||
21 | branchurl: https://git.immae.eu/cgit/perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/log/?h=%s | ||