Update gitlab-ci

[ci skip]
fix for JS_FILES_MODIFIED master -> beta
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-11-04 16:48:08 +07:00 committed by GitHub
parent 576c9e7801
commit 9e9157b1bd

View File

@ -379,7 +379,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 $(git merge-base $CI_BUILD_REF_NAME master) | grep \.js | wc -l)
- export JS_FILES_MODIFIED=$(git --no-pager diff --name-only $CI_BUILD_REF_NAME $(git merge-base $CI_BUILD_REF_NAME beta) | grep \.js | wc -l)
- echo $JS_FILES_MODIFIED
- if [ -z $JS_FILES_MODIFIED ]; then echo "skip js test"; fi
script: