Skip to content

Commit 2ea41ed

Browse files
authored
Merge pull request #20 from sergiofenoll/chore/refactor-woodpecker-config
Refactor Woodpecker pipeline configs
2 parents ab6d7e8 + efde4a5 commit 2ea41ed

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.woodpecker/.feature.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pipeline:
55
repo: "${CI_REPO_OWNER##mu-}/${CI_REPO_NAME}"
66
tags: "feature-${CI_COMMIT_BRANCH##feature/}"
77
secrets: [docker_username, docker_password]
8-
when:
9-
event: push
10-
branch: feature/*
8+
when:
9+
event: push
10+
branch: feature/*

.woodpecker/.latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pipeline:
55
repo: "${CI_REPO_OWNER##mu-}/${CI_REPO_NAME}"
66
tags: latest
77
secrets: [docker_username, docker_password]
8-
when:
9-
event: push
10-
branch: [master, main]
8+
when:
9+
event: push
10+
branch: [master, main]

.woodpecker/.release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pipeline:
55
repo: "${CI_REPO_OWNER##mu-}/${CI_REPO_NAME}"
66
tags: "${CI_COMMIT_TAG##v}"
77
secrets: [ docker_username, docker_password ]
8-
when:
9-
event: tag
10-
tag: v*
8+
when:
9+
event: tag
10+
tag: v*

0 commit comments

Comments
 (0)