diff options
author | jkoan <jkoan@users.noreply.github.com> | 2018-04-20 11:37:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 11:37:25 +0200 |
commit | a2e763e90cfb19d7ae1e6c0899e83dcde85e2a0f (patch) | |
tree | 8367babb7eb18a0848ce98b14b6d8a136b1a44e8 /.circleci/config.yml | |
parent | 2e2fa838157e09341f3441c14ca4b61bb0fcc362 (diff) | |
download | navit-a2e763e90cfb19d7ae1e6c0899e83dcde85e2a0f.tar.gz |
fix:ci:dont execute bash bash git
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 4f34f5e50..e0a346931 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -163,7 +163,7 @@ jobs: command: apt-get update && apt-get -y install ca-certificates git - run: name: Update results to Github - command: bash git push origin $CIRCLE_SHA1:refs/heads/master + command: git push origin $CIRCLE_SHA1:refs/heads/master workflows: version: 2 doxygen: |