Compare commits

...

3 Commits

Author SHA1 Message Date
7172e84630 ci: make work with main branch 2024-11-19 16:29:51 +00:00
5a1905a80b Merge latest ci-tools-lib 2024-11-19 16:29:14 +00:00
88c06e1368 Squashed '.ci/' changes from a392836..3feaf6f
3feaf6f chore: migrate to main branch

git-subtree-dir: .ci
git-subtree-split: 3feaf6fa96531b40c56945e3a7d6731f40bc52e2
2024-11-19 16:29:14 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ rm-image:
## some useful tasks during development
ci-pull-upstream: ## pull latest shared .ci subtree
git subtree pull --prefix .ci ssh://git@git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git master --squash -m "Merge latest ci-tools-lib"
git subtree pull --prefix .ci ssh://git@git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git main --squash -m "Merge latest ci-tools-lib"
create-repo: ## create new AWS ECR public repository
aws ecr-public create-repository --repository-name $(IMAGE) --region $(REGION)

2
Jenkinsfile vendored
View File

@ -1,4 +1,4 @@
library identifier: 'zdt-lib@master', retriever: modernSCM(
library identifier: 'zdt-lib@main', retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git'])