summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <hoehnp@gmx.de>2018-10-05 21:51:14 +0200
committerPatrick Höhn <hoehnp@gmx.de>2018-10-05 21:51:14 +0200
commit7c1ab1bbcc0127ff05abf5aa1aae6c73dbd5ec78 (patch)
tree45a83864c6c5db3392714b7298c316eef9a8135b
parentee043296604486ed6cd974022103c86f3049bbdb (diff)
downloadnavit-7c1ab1bbcc0127ff05abf5aa1aae6c73dbd5ec78.tar.gz
try to fix the uploading of artifacts
ändrad: .circleci/config.yml
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0303177c9..6c6ebf3cd 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -238,9 +238,9 @@ jobs:
command: |
cd contrib/sailfish/ && export VERSION_ID=2.2.1.18 && bash -x build_sailfish_ci.sh
- store_artifacts:
- path: ../../../rpmbuild/RPMS/armv7hl
+ path: /home/nemo/rpmbuild/RPMS/armv7hl/
- store_artifacts:
- path: ../../../rpmbuild/RPMS/i586
+ path: /home/nemo/rpmbuild/RPMS/i586/
merge_trunk_in_master:
<<: *defaults
steps: