From b80aa9c3e41122fd316d89f415fbabb22d2438d1 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Tue, 25 Oct 2016 09:44:00 +0700 Subject: [PATCH] Update gitlab-ci remove cp [ci-skip] --- scripts/deb-build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/deb-build.sh b/scripts/deb-build.sh index f04967ab0..52b3d4656 100644 --- a/scripts/deb-build.sh +++ b/scripts/deb-build.sh @@ -28,6 +28,5 @@ echo "Vcs-Browser: https://github.com/ethcore/parity" >> $control echo "Architecture: $1" >> $control echo "Description: Ethereum network client by Ethcore" >> $control #build .deb package -cp parity deb/usr/bin dpkg-deb -b deb ./ -exit \ No newline at end of file +exit