Update gitlab-ci

This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-11-06 00:02:44 +07:00 committed by GitHub
parent cb6003f40d
commit 022a718b6f
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ test-rust-stable:
image: ethcore/rust:stable
before_script:
- git submodule update --init --recursive
- export JS_FILES_MODIFIED=$(git --no-pager diff --name-only $CI_BUILD_REF_NAME $CI_BUILD_REF_NAME@{1} | grep \.js | wc -l)
- export JS_FILES_MODIFIED=$(git --no-pager diff --name-only $CI_BUILD_REF $(git merge-base $CI_BUILD_REF master) | grep \.js | wc -l)
- echo $JS_FILES_MODIFIED
- if [ -z $JS_FILES_MODIFIED ]; then echo "skip js test"; fi
script: