Added git source format and streamlined drone.yml
ci/woodpecker/push/drone Pipeline was successful
Details
ci/woodpecker/push/drone Pipeline was successful
Details
This commit is contained in:
parent
0b3ef51543
commit
90043d5bc7
16
.drone.yml
16
.drone.yml
|
@ -1,17 +1,5 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build_deb:
|
||||||
image: debian
|
|
||||||
pull: true
|
|
||||||
commands:
|
|
||||||
- apt update && apt install -y make curl
|
|
||||||
- make
|
|
||||||
- ls -laR
|
|
||||||
- make install
|
|
||||||
- ls -laR
|
|
||||||
when:
|
|
||||||
event: [push, tag]
|
|
||||||
|
|
||||||
package:
|
|
||||||
image: debian
|
image: debian
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
@ -19,6 +7,6 @@ pipeline:
|
||||||
- make package
|
- make package
|
||||||
- ls -laR
|
- ls -laR
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: [push, tag]
|
||||||
|
|
||||||
branches: master
|
branches: master
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (git)
|
Loading…
Reference in New Issue