Update .gitlab-ci.yml

temporary disable md5
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-05-12 15:32:33 +03:00 committed by GitHub
parent ab2e627db8
commit 733f852208
1 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@ linux-stable:
- rustup default stable
- cargo build -j $(nproc) -p pbtc --release
- strip target/release/pbtc
- export SHA3=$(target/release/pbtc tools hash target/release/pbtc)
- md5sum target/release/pbtc > pbtc.md5
#- export SHA3=$(target/release/pbtc tools hash target/release/pbtc)
#- md5sum target/release/pbtc > pbtc.md5
- echo -en 'cargo_fold:end:build.release'
- echo 'Running regtests from ./tools/compare-tool/pull-tests-be0eef7.jar' && echo -en 'cargo_fold:start:regtests'
- ./tools/regtests.sh
@ -37,7 +37,7 @@ linux-stable:
artifacts:
paths:
- target/release/pbtc
- target/release/pbtc.md5
#- target/release/pbtc.md5
name: "stable-x86_64-unknown-linux-gnu_parity_bitcoin"
docker-build:
stage: build