Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
f0063c27
Unverified
Commit
f0063c27
authored
Aug 11, 2021
by
Denis_P
🏑
Committed by
GitHub
Aug 11, 2021
Browse files
CI: return needs (#3625)
parent
63a4d8b4
Pipeline
#152366
passed with stages
in 38 minutes and 34 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f0063c27
...
...
@@ -144,7 +144,7 @@ test-build-linux-stable:
# we're using the bin built here, instead of having a parallel `build-linux-release`
-
time cargo build --release --verbose --bin polkadot
-
sccache -s
# pack
-
artifacts
# pack
artifacts
-
mkdir -p ./artifacts
-
VERSION="${CI_COMMIT_REF_NAME}"
# will be tag or branch name
-
mv ./target/release/polkadot ./artifacts/.
...
...
@@ -430,6 +430,11 @@ publish-rustdoc:
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "web" && $CI_COMMIT_REF_NAME == "master"
-
if
:
$CI_COMMIT_REF_NAME == "master"
# `needs:` can be removed after CI image gets nonroot. In this case `needs:` stops other
# artifacts from being dowloaded by this job.
needs
:
-
job
:
build-rustdoc
artifacts
:
true
script
:
-
rm -rf /tmp/*
# Set git config
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment