3 Commits

Author SHA1 Message Date
c539865eb8 Merge branch 'development'
All checks were successful
Build and Publish / check-chart (push) Successful in 38s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / container-images (push) Successful in 2m35s
Build and Publish / go-binaries (push) Successful in 3m17s
2025-08-14 16:07:55 -04:00
214d5d76c3 fix schema exit code 2025-08-14 16:07:44 -04:00
ff2e489c97 Merge pull request 'development' (#3) from development into main
Some checks failed
Build and Publish / check-chart (push) Successful in 15s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / go-binaries (push) Successful in 3m17s
Build and Publish / container-images (push) Failing after 7m57s
Reviewed-on: #3
2025-08-14 20:00:13 +00:00

View File

@@ -61,7 +61,7 @@ func main() {
// Print schema if that's all we have to do // Print schema if that's all we have to do
if flagSchema { if flagSchema {
printSchema() printSchema()
os.Exit(1) os.Exit(0)
} }
// Prepare app // Prepare app