Test fix for windows cache name... (#9658)

* Test fix for windows cache name...

* Fix variable name.
This commit is contained in:
ddorgan 2018-09-28 18:52:15 +01:00 committed by GitHub
parent 47848769ff
commit 984493db30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ test-android-rust-stable:
test-windows-rust-stable:
stage: test
cache:
key: "%CI_JOB_NAME%"
key: "${CI_JOB_NAME}"
paths:
- "%CI_PROJECT_DIR%/target/"
- "%CI_PROJECT_DIR%/cargo/"
@ -208,7 +208,7 @@ build-windows-msvc-x86_64:
stage: build
only: *releaseable_branches
cache:
key: "%CI_JOB_NAME%"
key: "${CI_JOB_NAME}"
paths:
- "%CI_PROJECT_DIR%/target/"
- "%CI_PROJECT_DIR%/cargo/"