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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Commits
1417b5dc
Commit
1417b5dc
authored
7 years ago
by
Éloïs
Browse files
Options
Downloads
Plain Diff
Merge branch '14-rustfmt-nightly-fail-to-compil-in-docker' into 'dev'
Resolve "rustfmt-nightly fail to compil in docker" Closes
#14
See merge request
!11
parents
ec758989
fd92301f
No related branches found
No related tags found
1 merge request
!11
Resolve "rustfmt-nightly fail to compil in docker"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
1417b5dc
...
@@ -32,17 +32,17 @@ build_and_tests:beta:
...
@@ -32,17 +32,17 @@ build_and_tests:beta:
build_and_tests:nightly
:
build_and_tests:nightly
:
stage
:
tests
stage
:
tests
image
:
rustlang/rust:nightly
tags
:
tags
:
-
redshift-rs-nightly
-
redshift-rs-nightly
script
:
script
:
-
rustup update
-
cargo test
-
cargo test
when
:
manual
when
:
manual
allow_failure
:
true
allow_failure
:
true
fmt
:
fmt
:
stage
:
fmt
stage
:
fmt
image
:
scorpil
/rust:nightly
-onbuild
image
:
rustlang
/rust:nightly
tags
:
tags
:
-
redshift-rs-nightly
-
redshift-rs-nightly
before_script
:
before_script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment