Skip to content
Snippets Groups Projects

Elois/ci

Merged
Éloïsrequested to merge
elois/ci into dev
1 file
+ 17
8
Compare changes
  • Side-by-side
  • Inline
+ 17
8
@@ -25,6 +25,23 @@ variables:
@@ -25,6 +25,23 @@ variables:
variables:
variables:
- $CI_COMMIT_MESSAGE =~ /^wip*/i
- $CI_COMMIT_MESSAGE =~ /^wip*/i
 
block_ci:
 
only:
 
<<: *ci_except_conditions
 
stage: no_ci
 
when: manual
 
allow_failure: false
 
script:
 
- exit -1
 
 
skip_ci:
 
except:
 
<<: *ci_only_conditions
 
stage: no_ci
 
when: manual
 
script:
 
- echo 1
 
.rust_stable_lin64: &rust_stable_lin64
.rust_stable_lin64: &rust_stable_lin64
only:
only:
<<: *ci_only_conditions
<<: *ci_only_conditions
@@ -72,14 +89,6 @@ variables:
@@ -72,14 +89,6 @@ variables:
before_script:
before_script:
- rustc --version && cargo --version
- rustc --version && cargo --version
no_ci:
stage: no_ci
only:
<<: *ci_except_conditions
allow_failure: true
script:
- exit -1
fmt:
fmt:
<<: *rust_stable_lin64
<<: *rust_stable_lin64
stage: fmt
stage: fmt
Loading