Skip to content

Commit 5abf668

Browse files
committed
Skip vtadmin build
Signed-off-by: Florent Poinsard <[email protected]>
1 parent b4c1293 commit 5abf668

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/vitess_build/tasks

1 file changed

+1
-1
lines changed

ansible/roles/vitess_build/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
shell: |
3636
export TMPDIR=/root/tmp
3737
cd /go/src/vitess.io/vitess
38-
make build
38+
NOVTADMINBUILD=1 make build
3939
4040
- name: Remove Vitess binaries
4141
shell: |

0 commit comments

Comments
 (0)