woodpecker update
This commit is contained in:
parent
4f2453ce88
commit
a3c350f0d2
|
@ -1,5 +1,7 @@
|
||||||
when:
|
when:
|
||||||
event: tag
|
- event: tag
|
||||||
|
- event: manual
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: gcc
|
image: gcc
|
||||||
|
@ -48,7 +50,7 @@ steps:
|
||||||
- source: xbps_pem_passphrase
|
- source: xbps_pem_passphrase
|
||||||
target: XBPS_PASSPHRASE
|
target: XBPS_PASSPHRASE
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/xbps:/target
|
- /var/www/xbps:/target
|
||||||
- /etc/woodpecker/:/etc/woodpecker:ro
|
- /etc/woodpecker/:/etc/woodpecker:ro
|
||||||
commands: |
|
commands: |
|
||||||
export XBPS_TARGET_ARCH
|
export XBPS_TARGET_ARCH
|
||||||
|
|
Loading…
Reference in New Issue