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