From 5f01fb7f1a2271b7a503d4b1b3aafd9b147a3bbe Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Mon, 12 Jun 2017 23:40:57 +0300 Subject: [PATCH] remove nodejs 8 test stage switch to RUST 1.18 and NodeJS 8.1 --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f88509475..f0530abc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -607,19 +607,6 @@ js-test: tags: - rust - rust-stable -js-test-node_8: - stage: test - 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) - - if [ $JS_FILES_MODIFIED -eq 0 ]; then echo "Skipping JS deps install since no JS files modified."; else ./js/scripts/install-deps.sh;fi - script: - - if [ $JS_FILES_MODIFIED -eq 0 ]; then echo "Skipping JS lint since no JS files modified."; else ./js/scripts/lint.sh && ./js/scripts/test.sh && ./js/scripts/build.sh; fi - tags: - - rust - - rust-stable - allow_failure: true test-rust-beta: stage: test only: