Squashed '.ci/' changes from 318c19e..c1a48a6

c1a48a6 Remove auto stash push / pop as being too dangerous

git-subtree-dir: .ci
git-subtree-split: c1a48a6aede4a08ad1e230121bf8b085ce9ef9e6
This commit is contained in:
Stefan Reimer 2023-09-26 18:06:16 +00:00
parent 80550a76c6
commit 070b8d0233
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ rm-image:
## some useful tasks during development
ci-pull-upstream: ## pull latest shared .ci subtree
git stash && 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 stash pop
git subtree pull --prefix .ci ssh://git@git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git master --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)