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 1d1882c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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/.
- find ./artifacts/
- sha256sum ./artifacts/polkadot_cli.wasm |
tee ./artifacts/polkadot_cli.wasm.sha256
- cd ./cli/wasm/
- for f in polkadot_cli*; do sha256sum "${f}" > "${f}.sha256"; done
- mv ./polkadot_cli* ../../artifacts/.
- find ../../artifacts/

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

0 comments on commit 1d1882c

Please sign in to comment.