JS test Node 7 -> 8

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-06-01 00:05:11 +03:00 committed by GitHub
parent c5c1978584
commit d7e531c373
1 changed files with 2 additions and 2 deletions

View File

@ -593,9 +593,9 @@ js-test:
tags:
- rust
- rust-stable
js-test-node_7:
js-test-node_8:
stage: test
image: parity/rust-debian-node_7:gitlab-ci
image: parity/rust-debian-node_8:gitlab-ci
before_script:
- git submodule update --init --recursive
- export JS_FILES_MODIFIED=$(git --no-pager diff --name-only $CI_BUILD_REF^ $CI_BUILD_REF | grep ^js/ | wc -l)