Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
nodes
rust
Dunitrust
Merge requests
!146
Elois/ci
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Elois/ci
elois/ci
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Elois/ci
Éloïs
requested to merge
elois/ci
into
dev
May 10, 2019
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
dev
version 1
ef0c8c42
May 10, 2019
dev (base)
and
latest version
latest version
f8a7e964
1 commit,
May 10, 2019
version 1
ef0c8c42
3 commits,
May 10, 2019
1 file
+
17
−
8
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
17
−
8
View file @ f8a7e964
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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