From b2ecf1c5a42e74362b2a45fee6ee31521c79b246 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Tue, 31 Jan 2017 20:39:11 +0400 Subject: [PATCH] Update gitlab-ci.yml try to add `nightly` tag --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f70fa7503..35c9c8056 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -567,6 +567,7 @@ js-release: - master - beta - stable + - tags image: ethcore/rust:stable before_script: - export JS_FILES_MODIFIED=$(git --no-pager diff --name-only $CI_BUILD_REF^ $CI_BUILD_REF | grep ^js/ | wc -l)