Skip to content

Commit

Permalink
Merge pull request #510 from vitessio/build-vitess-if-last-exec-not-c…
Browse files Browse the repository at this point in the history
…lean

Build vites is the last exec is not clean
  • Loading branch information
frouioui authored Feb 2, 2024
2 parents a3228e2 + d50c1ed commit 44635be
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 @@ -22,7 +22,7 @@
- name: Update Vitess
become: yes
become_user: root
when: commit_previous_exec != vitess_git_version
when: commit_previous_exec != vitess_git_version or not clean_previous_exec | bool
block:
- name: Fetch Updated Vitess
include_tasks: install_vitess.yml
Expand Down

0 comments on commit 44635be

Please sign in to comment.