mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +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:
|
ci:
|
||||||
jobs:
|
jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- linting
|
- linting:
|
||||||
requires:
|
requires:
|
||||||
- checkout
|
- checkout
|
||||||
- testing
|
- testing:
|
||||||
requires:
|
requires:
|
||||||
- checkout
|
- checkout
|
||||||
- building
|
# - building:
|
||||||
requires:
|
# requires:
|
||||||
- testing
|
# - testing
|
||||||
- linting
|
# - linting
|
||||||
- building
|
# - building:
|
||||||
requires:
|
# requires:
|
||||||
- publishing
|
# - publishing
|
||||||
- publishing
|
# - publishing:
|
||||||
requires:
|
# requires:
|
||||||
- building
|
# - building
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
executor: go
|
executor: go
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue