Skip to content

Commit

Permalink
Merge branch 'main' into fix.reconcile
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine authored Feb 8, 2024
2 parents c4d78a8 + 13c3739 commit a67febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ renderTestCase:
@D="$$(mktemp -d)" ;\
mkdir -p "$$D/case" ;\
$(BIN_DIR)/envsubst -i "$$TPL" -o "$$D/case/00-case.yaml" ;\
echo -n "$$D"
printf "$$D\n"

renderManifest:
@echo $(shell make --no-print-directory renderTestCase)/case/00-case.yaml
Expand Down

0 comments on commit a67febd

Please sign in to comment.