We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b976bef commit c1e62b0Copy full SHA for c1e62b0
tests/deploy/tsdm.yml
@@ -35,7 +35,7 @@
35
register: dtm_sources
36
37
- name: build dtm
38
- shell: "PG_CONFIG={{pg_dst}}/bin/pg_config make -j {{makejobs}} install"
+ shell: "PG_CONFIG={{pg_dst}}/bin/pg_config make clean && PG_CONFIG={{pg_dst}}/bin/pg_config make -j {{makejobs}} install"
39
args:
40
chdir: ./pg_tsdtm
41
when: dtm_sources.changed
0 commit comments