File tree Expand file tree Collapse file tree
patron_request/service/statemodels Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - ' **.xsd'
1313 - ' **.html'
1414 - ' **.sql'
15- - ' **/sqlc .yaml'
15+ - ' **.yaml'
1616 - ' **/Makefile'
1717 - ' **/Dockerfile' # run this workflow first to ensure tests are passing
1818 - ' **/chart/**' # trigger also when chart templates chnage to force republish
2626 - ' **.xsd'
2727 - ' **.html'
2828 - ' **.sql'
29- - ' **/sqlc .yaml'
29+ - ' **.yaml'
3030 - ' **/Makefile'
3131 - ' **/Dockerfile' # run this workflow first to ensure tests are passing
3232 - ' **/chart/**' # trigger also when chart templates change to force republish
Original file line number Diff line number Diff line change 22/broker
33/data
44/pg_data
5+ /patron_request /service /statemodels /state-models.json
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ generate-sqlc: $(SQL_GEN_OUT)
7777generate-api : $(OAPI_GEN ) $(PR_OAPI_GEN ) $(PS_OAPI_GEN ) $(SCHED_OAPI_GEN )
7878
7979$(STATE_MODELS_JSON ) : $(STATE_MODELS_YAML )
80+ mkdir -p $(@D )
8081 $(GO ) run github.com/mikefarah/yq/v4@v4.52.5 eval -o=json $< > $@ .tmp
8182 mv -f $@ .tmp $@
8283
You can’t perform that action at this time.
0 commit comments