Skip to content

Commit

Permalink
Fix: Builds pass after failing to generate openapi document (#5228)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed May 25, 2023
1 parent befd490 commit 59e2082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ service: check_env

.PHONY: clean
clean: check_env
for d in indexer service layer; do $(MAKE) -C $$d clean; done
for d in indexer service layer; do $(MAKE) -C $$d clean || ! break; done

0 comments on commit 59e2082

Please sign in to comment.