Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Checksum polkadot_cli files
Browse files Browse the repository at this point in the history
  • Loading branch information
s3krit committed May 13, 2020
1 parent f3757cf commit b4c43e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ build-wasm-release:
- cargo install wasm-pack
- time wasm-pack build --target web --out-dir wasm --release cli -- --no-default-features --features browser
- mkdir -p ./artifacts
- mv ./cli/wasm/polkadot_cli* ./artifacts/.
- cd ./cli/wasm/
- for f in polkadot_cli*; do sha256sum "${f}" > "${f}.sha256"; done
- mv ./polkadot_cli* ../../artifacts/.
- find ./artifacts/
- sha256sum ./artifacts/polkadot_cli.wasm |
tee ./artifacts/polkadot_cli.wasm.sha256

build-linux-release: &build
stage: build
Expand Down

0 comments on commit b4c43e3

Please sign in to comment.