mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-20 23:46:49 +00:00
temporarily instructing makefile to ignore exit value of dpkg
This commit is contained in:
parent
3a59e44a4c
commit
78483f8b13
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -80,7 +80,7 @@ dpkg:
|
|||
mkdir -p deb/drone/var/lib/drone
|
||||
cp bin/drone deb/drone/usr/local/bin
|
||||
cp bin/droned deb/drone/usr/local/bin
|
||||
dpkg-deb --build deb/drone
|
||||
-dpkg-deb --build deb/drone
|
||||
|
||||
run:
|
||||
bin/droned --port=":8080" --datasource="drone.sqlite"
|
||||
|
|
Loading…
Reference in a new issue