summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-08-14 11:54:52 -0600
committermo khan <mo@mokhan.ca>2025-08-14 11:54:52 -0600
commit9e55e65ac5eb6ff645880ee253a33f6ab138b615 (patch)
tree3a55344b8c589f52687200c0beb5cd92688014fa /Makefile
parent3f228b16c758d377566f11d2d328d1ccf658a2ad (diff)
Fix the broken build by running pg as a separate container.
Improve shell scripts and remove /sparkles/restore endpoint - Add error handling and debugging to shell scripts with `set -e` and `DEBUG` flag - Ensure scripts run from project root with `cd "$(dirname "$0")/.."` - Remove `/sparkles/restore` endpoint from public routes and Envoy config - Add Postgres test container support for integration tests - Update CI configuration with newer Runway version and improved test setup - Simplify Makefile by removing redundant commands ------- :robot: Commit message generated by GitLab Duo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 168ff4b..0e97fcd 100644
--- a/Makefile
+++ b/Makefile
@@ -24,9 +24,6 @@ clean: db-clean
setup:
@mise install
- @mise exec go -- go mod tidy
- @mise exec go -- go mod vendor
- @mise exec go -- go tool
@if command -v brew >/dev/null 2>&1; then \
brew bundle; \
fi
@@ -68,10 +65,7 @@ lint:
@$(ZED) validate etc/authzd/*
tidy:
- @go get -u ./...
- @go tool | grep github | awk '{print $1}' | xargs -I {} go get -tool {}@latest
@go mod tidy
- @go mod vendor
@$(TOOL) yamlfmt -exclude vendor .
db-schema-load: