mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 07:00:13 +01:00
debug
This commit is contained in:
parent
6b1dfcedc1
commit
d2d26a3dd6
1 changed files with 12 additions and 12 deletions
|
|
@ -11,22 +11,22 @@ workflows:
|
|||
ci:
|
||||
jobs:
|
||||
- checkout
|
||||
- linting
|
||||
- linting:
|
||||
requires:
|
||||
- checkout
|
||||
- testing
|
||||
- testing:
|
||||
requires:
|
||||
- checkout
|
||||
- building
|
||||
requires:
|
||||
- testing
|
||||
- linting
|
||||
- building
|
||||
requires:
|
||||
- publishing
|
||||
- publishing
|
||||
requires:
|
||||
- building
|
||||
# - building:
|
||||
# requires:
|
||||
# - testing
|
||||
# - linting
|
||||
# - building:
|
||||
# requires:
|
||||
# - publishing
|
||||
# - publishing:
|
||||
# requires:
|
||||
# - building
|
||||
jobs:
|
||||
checkout:
|
||||
executor: go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue