Skip to content

Commit

Permalink
ci: woodpecker 1.x now uses "steps" and not "pipelines"
Browse files Browse the repository at this point in the history
Signed-off-by: Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  • Loading branch information
Soc Virnyl Estela committed Aug 22, 2023
1 parent 8768e25 commit a57bf73
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ matrix:

platform: ${platform}

pipeline:
steps:
build:
when:
event: [push, tag, pull_request]
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ matrix:

platform: ${platform}

pipeline:
steps:
docs:
when:
event: [push, tag]
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ matrix:

platform: ${platform}

pipeline:
steps:
publish:
when:
event: [tag, deployment]
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ matrix:

platform: ${platform}

pipeline:
steps:
release:
when:
event: [push, tag]
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ matrix:

platform: ${platform}

pipeline:
steps:
test:
when:
event: [push, tag, pull_request]
Expand Down

0 comments on commit a57bf73

Please sign in to comment.