Skip to content
Snippets Groups Projects
Commit a28a517c authored by Denis_P's avatar Denis_P :field_hockey: Committed by GitHub
Browse files

Fix build job (#8905)

* CI: fix node-template packaging

* add explicit deps versions
parent 2928e428
No related merge requests found
......@@ -13,4 +13,4 @@ fi
PATH_TO_ARCHIVE=$1
cd $PROJECT_ROOT/.maintain/node-template-release
cargo run $PROJECT_ROOT/bin/node-template $PATH_TO_ARCHIVE
cargo run $PROJECT_ROOT/bin/node-template $PROJECT_ROOT/$PATH_TO_ARCHIVE
......@@ -18,7 +18,7 @@ parity-scale-codec = { version = "2.0.0" }
sc-service = { version = "0.9.0", default-features = false, path = "../../../../client/service" }
sc-cli = { version = "0.9.0", path = "../../../../client/cli" }
sc-executor = { path = "../../../../client/executor" }
sc-executor = { version = "0.9.0", path = "../../../../client/executor" }
sc-client-api = { version = "3.0.0", path = "../../../../client/api" }
structopt = "0.3.8"
sp-state-machine = { version = "0.9.0", path = "../../../../primitives/state-machine" }
......@@ -29,4 +29,4 @@ sp-externalities = { version = "0.9.0", path = "../../../../primitives/externali
sp-core = { version = "3.0.0", path = "../../../../primitives/core" }
frame-try-runtime = { version = "0.9.0", path = "../../../../frame/try-runtime" }
remote-externalities = { path = "../../remote-externalities" }
remote-externalities = { version = "0.9.0", path = "../../remote-externalities" }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment