projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7360921
)
GitLab CI: don't retry failed jobs
author
Alex Gleason
<alex@alexgleason.me>
Sun, 26 Dec 2021 02:15:21 +0000
(20:15 -0600)
committer
Alex Gleason
<alex@alexgleason.me>
Sun, 26 Dec 2021 02:15:21 +0000
(20:15 -0600)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 844f5888e44a6495fb65f458ce5fbceb1f8e5344..f296f7bd9ab67bac88823a8c8efe4d3f5083876a 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-79,7
+79,6
@@
unit-testing:
- "**/*.ex"
- "**/*.exs"
- "mix.lock"
- retry: 2
cache: &testing_cache_policy
<<: *global_cache_policy
policy: pull
@@
-117,7
+116,6
@@
unit-testing-rum:
- "**/*.ex"
- "**/*.exs"
- "mix.lock"
- retry: 2
cache: *testing_cache_policy
services:
- name: minibikini/postgres-with-rum:12