Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
f4280785
Verified
Commit
f4280785
authored
Oct 02, 2019
by
Denis_P
🏑
Browse files
refault specific nightly
parent
f5e31a07
Pipeline
#53088
failed with stage
in 3 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f4280785
...
...
@@ -59,9 +59,10 @@ test-linux:
<<
:
*docker-env
before_script
:
# Print rustc and cargo versions
# - rustc -vV
# - cargo -vV
# - bash --version
-
rustc -vV
-
cargo -vV
-
rustup show
-
bash --version
# Install cargo-kcov Cargo plugin
# - cargo install --force cargo-kcov
# - cargo kcov -vV
...
...
@@ -86,6 +87,7 @@ test-linux:
# - rustup target add wasm32-unknown-unknown
script
:
-
|
rustup default nightly-2019-08-30
./scripts/check-workspace.sh
check_workspace=$?
# if [ $check_workspace -eq 0 ]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment