diff options
author | jandegr <jandegr@users.noreply.github.com> | 2019-10-15 12:27:53 +0200 |
---|---|---|
committer | jkoan <jkoan@users.noreply.github.com> | 2019-10-15 12:27:53 +0200 |
commit | a3b20c4c7096e94d9f9dba67fa517cfd7cf44a65 (patch) | |
tree | e1d5706ebcf3987eca0b2e844bd2b47aaee22987 | |
parent | 17595cfa464c6b3dfa4c71d87a65ce364a0cb460 (diff) | |
download | navit-a3b20c4c7096e94d9f9dba67fa517cfd7cf44a65.tar.gz |
CI:cleanup (#911)
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index f89d922c0..de3a79e1e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -110,10 +110,6 @@ jobs: path: navit/android/build/outputs/apk destination: apk - store_artifacts: - name: Store translations - path: po - destination: translations - - store_artifacts: name: Store logs path: navit/android/build/outputs/logs destination: logs |