Yolo: adding cargo_home to arti's and copying over run restricts to test-json-api job

This commit is contained in:
shockrah 2021-02-13 18:57:32 -08:00
parent 5392e0e69a
commit d2144ef7e9

View File

@ -38,6 +38,8 @@ build-json-api:
artifacts: artifacts:
paths: paths:
- json-api/target/ - json-api/target/
- $CARGO_HOME
expire_in: 15 mins expire_in: 15 mins
@ -45,7 +47,12 @@ test-json-api:
stage: test stage: test
needs: needs:
- build-json-api - build-json-api
only: [ "master" ] only:
refs:
- master
changes:
- json-api/
dependencies: dependencies:
- build-json-api - build-json-api