Skip to content

Commit c1e62b0

Browse files
committed
clean before make
1 parent b976bef commit c1e62b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/deploy/tsdm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
register: dtm_sources
3636

3737
- name: build dtm
38-
shell: "PG_CONFIG={{pg_dst}}/bin/pg_config make -j {{makejobs}} install"
38+
shell: "PG_CONFIG={{pg_dst}}/bin/pg_config make clean && PG_CONFIG={{pg_dst}}/bin/pg_config make -j {{makejobs}} install"
3939
args:
4040
chdir: ./pg_tsdtm
4141
when: dtm_sources.changed

0 commit comments

Comments
 (0)