From 59842bac7952b7fff5f49702ec30e01c75fef9f4 Mon Sep 17 00:00:00 2001 From: Gurkengewuerz Date: Mon, 13 May 2019 20:47:21 +0200 Subject: [PATCH] failfish --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 98e8239..31fbff0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,9 +64,7 @@ jobs: name: Build Debian Package command: | cd packages/; - pwd; - ls -lah; - /root/project/packages/makedebian.sh ci; + ./makedeb.sh ci; cp *.deb /kshare/ - store_artifacts: path: /kshare/ \ No newline at end of file