Fix syntax error
This commit is contained in:
parent
a7e286164e
commit
2ef73663c2
@ -10,7 +10,7 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
contains(join(github.event.head_commit.modified, ','), '.woodpecker') ||
|
contains(join(github.event.head_commit.modified, ','), '.woodpecker') ||
|
||||||
contains(join(github.event.head_commit.added, ','), '.woodpecker') ||
|
contains(join(github.event.head_commit.added, ','), '.woodpecker') ||
|
||||||
contains(join(github.event.head_commit.removed, ','), '.woodpecker') ||
|
contains(join(github.event.head_commit.removed, ','), '.woodpecker')
|
||||||
container:
|
container:
|
||||||
image: docker-bootstrap # `docker:latest` with NodeJS manually installed on it
|
image: docker-bootstrap # `docker:latest` with NodeJS manually installed on it
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user