timeout/.woodpecker.yml

20 lines
427 B
YAML
Raw Normal View History

2022-12-31 13:24:59 +01:00
pipeline:
shellcheck:
2022-12-31 13:32:28 +01:00
image: pipelinecomponents/shellcheck
2022-12-31 13:24:59 +01:00
commands:
- shellcheck ./timeout
build_commit:
image: plugins/docker
secrets: [registry_user, registry_password]
settings:
username:
from_secret: registry_user
password:
from_secret: registry_password
registry: gitnet.fr
repo: gitnet.fr/${CI_REPO}
tags: latest
when:
event: [push]