From 815f427c95afbe4978a48bb00fbe88be97a8b44f Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Mon, 5 Jun 2017 15:44:37 +0300 Subject: [PATCH] Update .gitlab-ci.yml add rust beta&nigthly test for master add more triggers --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47730e547..d6e64475a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -610,6 +610,7 @@ test-rust-beta: stage: test only: - triggers + - master image: parity/rust:gitlab-ci before_script: - git submodule update --init --recursive @@ -626,6 +627,7 @@ test-rust-nightly: stage: test only: - triggers + - master image: parity/rust:gitlab-ci before_script: - git submodule update --init --recursive @@ -645,6 +647,7 @@ js-release: - beta - stable - tags + - triggers image: parity/rust:gitlab-ci before_script: - export JS_FILES_MODIFIED=$(git --no-pager diff --name-only $CI_BUILD_REF^ $CI_BUILD_REF | grep ^js/ | wc -l) @@ -660,6 +663,7 @@ push-release: stage: push-release only: - tags + - triggers image: parity/rust:gitlab-ci script: - rustup default stable