Probably horribly broken, but lets test anyway
All checks were successful
ci/woodpecker/push/drone Pipeline was successful
All checks were successful
ci/woodpecker/push/drone Pipeline was successful
This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -3,11 +3,11 @@ pipeline:
|
||||
image: debian
|
||||
pull: true
|
||||
commands:
|
||||
- apt update && apt install -y make wget
|
||||
- apt update && apt install -y make curl
|
||||
- make
|
||||
- ls -la
|
||||
- ls -laR
|
||||
- make install
|
||||
- ls -la
|
||||
- ls -laR
|
||||
when:
|
||||
event: [push, tag]
|
||||
|
||||
@@ -15,9 +15,9 @@ pipeline:
|
||||
image: debian
|
||||
pull: true
|
||||
commands:
|
||||
- apt update && apt install -y build-essential fakeroot devscripts wget
|
||||
- apt update && apt install -y build-essential devscripts
|
||||
- make package
|
||||
- ls -la
|
||||
- ls -laR
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
||||
Reference in New Issue
Block a user