diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-02-07 11:37:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-07 11:37:37 +0000 |
commit | 3cabd5d9124418f80210ce32e1b9250efc9c6339 (patch) | |
tree | d5521eaaa7468f0967c5b9bb21d2bb03f2ddf6d4 | |
parent | c2b9b27d1904787d8e56aabcc8104ff1c996e40d (diff) | |
download | GT5-Unofficial-3cabd5d9124418f80210ce32e1b9250efc9c6339.tar.gz GT5-Unofficial-3cabd5d9124418f80210ce32e1b9250efc9c6339.tar.bz2 GT5-Unofficial-3cabd5d9124418f80210ce32e1b9250efc9c6339.zip |
% Updated CircleCI config
> Should be the final change here, since I have moved the logic external to a bash script.
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 44e01b7e7d..c52e759544 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,8 +34,8 @@ jobs: key: jars-{{ checksum "build.gradle" }}-{{ checksum "build.gradle" }} - store_artifacts: # for display in Artifacts: https://circleci.com/docs/2.0/artifacts/ - path: app/build/reports + path: logs destination: reports - store_test_results: # for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/ - path: app/build/test-results + path: build/libs # See https://circleci.com/docs/2.0/deployment-integrations/ for deploy examples |