diff options
author | Joseph Herlant <herlantj@gmail.com> | 2018-05-25 22:07:07 -0700 |
---|---|---|
committer | Joseph Herlant <aerostitch@users.noreply.github.com> | 2018-05-25 22:17:50 -0700 |
commit | 41a1264cdd43a11695de85eab0bd3c941abf2b70 (patch) | |
tree | 3da1ef3bebc674807258ae824ff9156a64adf370 /.circleci | |
parent | 8a76acb966f7059caf9d72c853175bd923b1e9d7 (diff) | |
download | navit-41a1264cdd43a11695de85eab0bd3c941abf2b70.tar.gz |
cleanup:cmake:remove trailing spaces
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index af7aadabd..65d5633d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ jobs: name: Process icons command: | cd navit/icons - make + make mkdir ../android/res/drawable-nodpi rename 'y/A-Z/a-z/' * cp *.png ../android/res/drawable-nodpi @@ -68,7 +68,7 @@ jobs: - run: name: Process translations command: | - cd po + cd po make mkdir ../navit/android/res/raw rename 'y/A-Z/a-z/' * @@ -122,7 +122,7 @@ jobs: - store_artifacts: name: Store Javadoc path: navit/android/build/outputs/docs/javadoc - destination: doc + destination: doc - store_artifacts: name: Store Lint reports path: navit/android/build/reports |