Skip to content
Snippets Groups Projects
Commit 376dd735 authored by Dorian Weber's avatar Dorian Weber
Browse files

Added retry-option to work around occasional failure while checking out git...

Added retry-option to work around occasional failure while checking out git repo due to race condition.
parent 30e6c13a
No related merge requests found
......@@ -8,6 +8,7 @@ rust-latest:
- rustup show active-toolchain || rustup toolchain install
- cargo build
- cargo test
retry: 2
rust-nightly:
stage: build
......@@ -16,3 +17,4 @@ rust-nightly:
- cargo +nightly build
- cargo +nightly test
allow_failure: true
retry: 2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment