From f62d2e6ea8f7646b2cbedbf8516843614e77a419 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Wed, 5 Oct 2016 10:54:01 +0700 Subject: [PATCH] Update gitlab-ci fix windows --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64644e7a5..32e8d953f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -267,7 +267,7 @@ windows: - set RUSTFLAGS=-Zorbit=off - rustup default stable-x86_64-pc-windows-msvc - cargo build --release --verbose - - md5sum target\release\parity >> checksum + - cmd md5sum target\release\parity >> checksum - aws configure set aws_access_key_id %s3_key% - aws configure set aws_secret_access_key %s3_secret% - aws s3api put-object --bucket builds-parity --key %CI_BUILD_REF_NAME%/x86_64-pc-windows-msvc/parity --body target\release\parity.exe