Skip to content

Commit

Permalink
Merge pull request #546 from vshn/fix/local_push
Browse files Browse the repository at this point in the history
Make local push compatible with new target names
  • Loading branch information
Kidswiss authored Nov 21, 2024
2 parents 427cc85 + 6381f5c commit e3e93bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ pre-commit-hook: ## Install pre-commit hook in .git/hooks

.PHONY: push-golden
push-golden: commodore_args += -f tests/$(instance).yml
push-golden: clean .compile ## Update the reference version for target `golden-diff`.
yq eval-all '. as $$item ireduce ({}; . * $$item )' hack/base_app.yaml tests/golden/vshn/appcat/apps/appcat.yaml | kubectl apply -f -
push-golden: clean .compile ## Push the target instance to the local forgejo instance, so it can be applied by argocd
yq eval-all '. as $$item ireduce ({}; . * $$item )' hack/base_app.yaml tests/golden/$(instance)/appcat/apps/appcat.yaml | kubectl apply -f -
cd compiled/appcat/appcat && \
git init && \
git add . && \
Expand Down

0 comments on commit e3e93bd

Please sign in to comment.