forked from AkkomaGang/akkoma
Merge branch 'ci-dont-retry' into 'develop'
GitLab CI: don't retry failed jobs See merge request pleroma/pleroma!3574
This commit is contained in:
commit
2e2fb5f802
1 changed files with 0 additions and 2 deletions
|
@ -79,7 +79,6 @@ unit-testing:
|
||||||
- "**/*.ex"
|
- "**/*.ex"
|
||||||
- "**/*.exs"
|
- "**/*.exs"
|
||||||
- "mix.lock"
|
- "mix.lock"
|
||||||
retry: 2
|
|
||||||
cache: &testing_cache_policy
|
cache: &testing_cache_policy
|
||||||
<<: *global_cache_policy
|
<<: *global_cache_policy
|
||||||
policy: pull
|
policy: pull
|
||||||
|
@ -117,7 +116,6 @@ unit-testing-rum:
|
||||||
- "**/*.ex"
|
- "**/*.ex"
|
||||||
- "**/*.exs"
|
- "**/*.exs"
|
||||||
- "mix.lock"
|
- "mix.lock"
|
||||||
retry: 2
|
|
||||||
cache: *testing_cache_policy
|
cache: *testing_cache_policy
|
||||||
services:
|
services:
|
||||||
- name: minibikini/postgres-with-rum:12
|
- name: minibikini/postgres-with-rum:12
|
||||||
|
|
Loading…
Reference in a new issue