From 0634e90031202ea08dde522ec29c9d4d2826b33a Mon Sep 17 00:00:00 2001 From: gabriel klawitter <gabreal@users.noreply.github.com> Date: Mon, 3 Jun 2019 17:21:50 +0200 Subject: [PATCH] ci: fix indentation (#280) --- polkadot/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index ab7c19d4c93..030e5fe4c00 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -107,7 +107,7 @@ build-linux-release: &build tags: - linux-docker script: - - ./scripts/build.sh + - ./scripts/build.sh - time cargo build --release --verbose - mkdir -p ./artifacts - mv ./target/release/polkadot ./artifacts/. -- GitLab