From b0773218ab67e00e1aa7303829f342dce87c46c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20H=C3=B6hn?= Date: Mon, 12 Nov 2018 22:47:21 +0100 Subject: build:fix:replaced custom git clone command by standard checkout command (#713) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ändrad: .circleci/config.yml --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 82f300dff..8ea848c02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,12 +52,13 @@ jobs: build_sailfish: machine: true steps: + - checkout - run: name: install docker command: circleci-install docker - run: - name: make build dir and clone git repository - command: mkdir ../rpmbuild && git clone https://github.com/navit-gps/navit . + name: make build dir + command: mkdir ../rpmbuild - run: name: run build command: ls -lah ../rpmbuild && docker run -e VERSION_ID=2.2.1.18 -v `pwd`/../rpmbuild:/home/nemo/rpmbuild:rw -v `pwd`:/home/nemo/navit hoehnp/sailfishos-platform-sdk:2.2.1.18-r1 /bin/bash -x /home/nemo/navit/contrib/sailfish/build_sailfish_ci.sh -- cgit v1.2.1