From d2144ef7e96eb0196df3b2ec32042fe0d82bd734 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 13 Feb 2021 18:57:32 -0800 Subject: [PATCH] Yolo: adding cargo_home to arti's and copying over run restricts to test-json-api job --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7a2546..0673063 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,8 @@ build-json-api: artifacts: paths: - json-api/target/ + - $CARGO_HOME + expire_in: 15 mins @@ -45,7 +47,12 @@ test-json-api: stage: test needs: - build-json-api - only: [ "master" ] + only: + refs: + - master + + changes: + - json-api/ dependencies: - build-json-api