Update gitlab-ci
$(git --no-pager diff --name-only HEAD HEAD@{1} | grep \.js | wc -l)
			
			
This commit is contained in:
		
							parent
							
								
									f2faf3609b
								
							
						
					
					
						commit
						cb6003f40d
					
				| @ -8,6 +8,7 @@ variables: | ||||
|   RUST_BACKTRACE: "1" | ||||
|   RUSTFLAGS: "" | ||||
|   CARGOFLAGS: "" | ||||
|   variables[]=value | ||||
| cache: | ||||
|   key: "$CI_BUILD_REF_NAME" | ||||
|   untracked: true | ||||
| @ -390,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 $(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 $CI_BUILD_REF_NAME@{1} | grep \.js | wc -l) | ||||
|     - echo $JS_FILES_MODIFIED | ||||
|     - if [ -z $JS_FILES_MODIFIED ]; then echo "skip js test"; fi | ||||
|   script: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user