Skip to content

Commit

Permalink
Merge pull request #634 from vitessio/skip-vtadmin-build
Browse files Browse the repository at this point in the history
Skip vtadmin build
  • Loading branch information
deepthi authored Jan 28, 2025
2 parents b4c1293 + 5abf668 commit de5bf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/vitess_build/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
shell: |
export TMPDIR=/root/tmp
cd /go/src/vitess.io/vitess
make build
NOVTADMINBUILD=1 make build
- name: Remove Vitess binaries
shell: |
Expand Down

0 comments on commit de5bf6a

Please sign in to comment.