mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-19 23:46:59 +00:00
temporarily instructing makefile to ignore exit value of dpkg
This commit is contained in:
2
Makefile
2
Makefile
@@ -80,7 +80,7 @@ dpkg:
|
|||||||
mkdir -p deb/drone/var/lib/drone
|
mkdir -p deb/drone/var/lib/drone
|
||||||
cp bin/drone deb/drone/usr/local/bin
|
cp bin/drone deb/drone/usr/local/bin
|
||||||
cp bin/droned deb/drone/usr/local/bin
|
cp bin/droned deb/drone/usr/local/bin
|
||||||
dpkg-deb --build deb/drone
|
-dpkg-deb --build deb/drone
|
||||||
|
|
||||||
run:
|
run:
|
||||||
bin/droned --port=":8080" --datasource="drone.sqlite"
|
bin/droned --port=":8080" --datasource="drone.sqlite"
|
||||||
|
Reference in New Issue
Block a user