Update gitlab-ci

fix cache

Former-commit-id: e9820a2a86594d66f33b8ccb07a6d01aa65b9dda
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-11-08 19:44:00 +07:00 committed by GitHub
parent 05bbfb8f0d
commit afd115863b
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ variables:
RUSTFLAGS: ""
CARGOFLAGS: ""
cache:
key: "CI_BUILD_STAGE/$CI_BUILD_REF_NAME"
key: "$CI_BUILD_STAGE/$CI_BUILD_REF_NAME"
untracked: true
linux-stable:
stage: build
@ -392,7 +392,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 CI_BUILD_REF@{1} | grep \.js | wc -l)
- export JS_FILES_MODIFIED=$(git --no-pager diff --name-only $CI_BUILD_REF $CI_BUILD_REF@{1} | grep \.js | wc -l)
- echo $JS_FILES_MODIFIED
- if [ -z $JS_FILES_MODIFIED ]; then echo "skip js test"; fi
script: