mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
[ci] Return publish-rustdoc (#1402)
* [WIP][ci] Return publish-rustdoc * rm files * fix ref * add build doc * add comment * move test-deterministic-wasm to test stage * rm test-deterministic-wasm from root * test publish * enable pipeline * add test_deterministic_wasm.sh for resolving conflicts * rm unused bash script
This commit is contained in:
committed by
GitHub
parent
15503883e2
commit
09503b1d2d
+1
-4
@@ -197,8 +197,6 @@ default:
|
||||
extends: .build-refs
|
||||
|
||||
include:
|
||||
# weights jobs
|
||||
# - gitlab/pipeline/weights.yml
|
||||
# check jobs
|
||||
- .gitlab/pipeline/check.yml
|
||||
# test jobs
|
||||
@@ -211,11 +209,10 @@ include:
|
||||
- .gitlab/pipeline/publish.yml
|
||||
# zombienet jobs
|
||||
- .gitlab/pipeline/zombienet.yml
|
||||
# # timestamp handler
|
||||
# timestamp handler
|
||||
- project: parity/infrastructure/ci_cd/shared
|
||||
ref: v0.2
|
||||
file: /common/timestamp.yml
|
||||
|
||||
# This job cancels the whole pipeline if any of provided jobs fail.
|
||||
# In a DAG, every jobs chain is executed independently of others. The `fail_fast` principle suggests
|
||||
# to fail the pipeline as soon as possible to shorten the feedback loop.
|
||||
|
||||
Reference in New Issue
Block a user