From 9e28241b2915077a7bcfb9bb427e10814a559b2a Mon Sep 17 00:00:00 2001 From: Martin Pugh Date: Mon, 20 Jan 2020 14:30:11 +0100 Subject: [PATCH] Revert "temporarily allow darwin and windows to be built on any branch" This reverts commit 46f995ceb275289cf369bafb89334b3cbfa7bc23. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ada2c93f7..4b467bda9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -162,7 +162,7 @@ build-linux-armhf: build-darwin: stage: build <<: *collect_artifacts - #only: *releaseable_branches + only: *releaseable_branches variables: CARGO_TARGET: x86_64-apple-darwin CARGO_HOME: "${CI_PROJECT_DIR}/.cargo" @@ -176,7 +176,7 @@ build-darwin: build-windows: stage: build <<: *collect_artifacts - #only: *releaseable_branches + only: *releaseable_branches variables: CARGO_TARGET: x86_64-pc-windows-msvc CARGO_HOME: "C:/ci-cache/parity-ethereum/cargo/$CI_JOB_NAME"