Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
I
ink
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
parity
ink
Commits
3358159a
Verified
Commit
3358159a
authored
Oct 02, 2019
by
Denis_P
👙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
right order of components
parent
e7be4255
Pipeline
#53090
failed with stage
in 4 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
3358159a
...
...
@@ -83,12 +83,12 @@ test-linux:
# Print current work directory state as directions.
# - ls -lah
# install rust components
-
rustup default nightly-2019-08-30
-
rustup target add wasm32-unknown-unknown
-
rustup component add clippy rustfmt
# - rustup target add wasm32-unknown-unknown
script
:
-
|
rustup default nightly-2019-08-30
rustup target add wasm32-unknown-unknown
./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