summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2018-04-20 11:37:25 +0200
committerGitHub <noreply@github.com>2018-04-20 11:37:25 +0200
commita2e763e90cfb19d7ae1e6c0899e83dcde85e2a0f (patch)
tree8367babb7eb18a0848ce98b14b6d8a136b1a44e8 /.circleci
parent2e2fa838157e09341f3441c14ca4b61bb0fcc362 (diff)
downloadnavit-a2e763e90cfb19d7ae1e6c0899e83dcde85e2a0f.tar.gz
fix:ci:dont execute bash bash git
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
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: