summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <hoehnp@gmx.de>2018-10-05 01:51:52 +0200
committerPatrick Höhn <hoehnp@gmx.de>2018-10-05 01:51:52 +0200
commit572cdcda381dc87282deece229fac92f8a85c97d (patch)
tree9042587aadbf0ed70170c4c19610d4e1917ee273
parent6f60ffd451152e9dfef00ee941d1e4ab056630a5 (diff)
downloadnavit-572cdcda381dc87282deece229fac92f8a85c97d.tar.gz
fix: removed bash for starting the build script for sailfish os
ändrad: ../.circleci/config.yml
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 27cfe5f59..94f64e1ae 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -235,7 +235,7 @@ jobs:
- run:
name: Build for Sailfish_OS
command: |
- export VERSION_ID=2.2.1.18 && cd scripts/ && bash build_sailfish.sh
+ export VERSION_ID=2.2.1.18 && cd scripts/ && ./build_sailfish.sh
- store_artifacts:
path: ../rpmbuild/RPMS/armv7hl
- store_artifacts: