Skip to content

Commit

Permalink
Fix CI makefile dependency ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeebswihart committed Oct 27, 2023
1 parent 9ffd89a commit 44cde0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bins: temporal-server temporal-cassandra-tool temporal-sql-tool tdbg
all: update-tools clean proto bins check test

# Used by Buildkite.
ci-build: proto bins build-tests ci-update-tools shell-check copyright-check go-generate gomodtidy ensure-no-changes
ci-build: ci-update-tools proto bins build-tests shell-check copyright-check go-generate gomodtidy ensure-no-changes

# Delete all build artifacts
clean: clean-bins clean-test-results
Expand Down

0 comments on commit 44cde0e

Please sign in to comment.