fix CI
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2022-10-17 17:55:50 +02:00
parent 842776c2fd
commit 1adbfb33c9
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pipeline:
dependencies:
image: deblan/devenv
image: gitnet.fr/deblan/devenv
commands:
- make dep
when:
@ -8,14 +8,14 @@ pipeline:
branch: [master, develop, feature/*]
build:
image: deblan/devenv
image: gitnet.fr/deblan/devenv
commands:
- make build
when:
event: [push, pull_request]
package:
image: deblan/devenv
image: gitnet.fr/deblan/devenv
volumes:
- /var/www/html/artifacts:/var/www/html/artifacts
secrets: [app_certificate]