mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-09-01 09:48:23 +00:00
garage uses default branch name main-v2
This commit is contained in:
@@ -2,9 +2,9 @@ steps:
|
|||||||
helm:
|
helm:
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
branch: main
|
branch: main-v2
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main-v2
|
||||||
image: alpine/helm:4.1.1
|
image: alpine/helm:4.1.1
|
||||||
environment:
|
environment:
|
||||||
helm_registry: codeberg.org
|
helm_registry: codeberg.org
|
||||||
@@ -29,7 +29,7 @@ steps:
|
|||||||
git_repo_owner: ${CI_REPO_OWNER}
|
git_repo_owner: ${CI_REPO_OWNER}
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
if [[ "${CI_PIPELINE_EVENT}" == "push" && "${CI_COMMIT_BRANCH}" == "main" ]]; then
|
if [[ "${CI_PIPELINE_EVENT}" == "push" && "${CI_COMMIT_BRANCH}" == "main-v2" ]]; then
|
||||||
./pipeline.sh push
|
./pipeline.sh push
|
||||||
else
|
else
|
||||||
./pipeline.sh
|
./pipeline.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user