mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-10 22:52:47 +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
|
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"
|
||||||
|
|
Loading…
Reference in a new issue