Skip to content

Commit cf17cd8

Browse files
committed
Remove unwanted build
Signed-off-by: Florent Poinsard <[email protected]>
1 parent 5abf668 commit cf17cd8

File tree

1 file changed

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

1 file changed

+1
-8
lines changed

ansible/roles/vitess_build/tasks/main.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030
with_items:
3131
- /root/tmp
3232

33-
- name: Build Vitess Binaries
34-
changed_when: false
35-
shell: |
36-
export TMPDIR=/root/tmp
37-
cd /go/src/vitess.io/vitess
38-
NOVTADMINBUILD=1 make build
39-
4033
- name: Remove Vitess binaries
4134
shell: |
4235
rm -f /usr/local/bin/vt*
@@ -45,7 +38,7 @@
4538
shell: |
4639
export TMPDIR=/root/tmp
4740
cd /go/src/vitess.io/vitess
48-
make install PREFIX=/usr/local VTROOT=/go/src/vitess.io/vitess
41+
NOVTADMINBUILD=1 make install PREFIX=/usr/local VTROOT=/go/src/vitess.io/vitess
4942
changed_when: false
5043

5144
- name: Install Vitess Other Binaries

0 commit comments

Comments
 (0)