Skip to content

Commit 22144b4

Browse files
committed
chore(woodpecker): migrations woodpecker-ci to 2
1 parent ea75be5 commit 22144b4

5 files changed

Lines changed: 8 additions & 14 deletions

File tree

.woodpecker/build-linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ matrix:
33
- linux/amd64
44
- linux/arm64
55

6-
platform: ${platform}
7-
86
labels:
97
type: exec
8+
platform: ${platform}
109

11-
pipeline:
10+
steps:
1211
- name: publish-linux
1312
image: bash
1413
commands:

.woodpecker/chart.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
platform: linux/amd64
2-
31
labels:
42
type: exec
3+
platform: linux/amd64
54

6-
pipeline:
5+
steps:
76
- name: generate-chart
8-
type: local
97
image: bash
108
commands:
119
- export VERSION=$(sed 's#v##' <<< $CI_COMMIT_TAG)

.woodpecker/manifest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
platform: linux/amd64
2-
31
labels:
42
type: exec
3+
platform: linux/amd64
54

6-
pipeline:
5+
steps:
76
- name: generate-manifest
87
image: bash
98
commands:

.woodpecker/test-linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ matrix:
33
- linux/amd64
44
- linux/arm64
55

6-
platform: ${platform}
7-
86
labels:
97
type: exec
8+
platform: ${platform}
109

11-
pipeline:
10+
steps:
1211
- name: test-linux
1312
image: bash
1413
commands:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ If you'd like to participate in development, please read the "Development" secti
1313
# About
1414

1515
The Passport is the Oauth2.0 API server for [Drycc Workflow](https://www.drycc.cc).
16-

0 commit comments

Comments
 (0)