Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
remove pointless echo
  • Loading branch information
s3krit committed May 13, 2020
commit 799fdc6a1bb8e5e042cb4975ad306f407a1e6479
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ build-wasm-release:
- mv ./target/wasm32-unknown-unknown/release/polkadot_cli.wasm ./artifacts/.
- sha256sum ./artifacts/polkadot_cli.wasm |
tee ./artifacts/polkadot_cli.wasm.sha256
- echo "Polkadot version = ${VERSION} (EXTRATAG ${EXTRATAG})"

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