Update gitlab-ci.yml

try to add `nightly` tag
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-01-31 20:39:11 +04:00 committed by GitHub
parent 867ca0f96c
commit b2ecf1c5a4
1 changed files with 1 additions and 0 deletions

View File

@ -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)