Skip to content

Commit add7708

Browse files
committed
ci: simplify questdb clone command by removing branch specification
1 parent 9ee64b2 commit add7708

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ci/run_tests_pipeline.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ stages:
7272
lfs: false
7373
submodules: false
7474
- template: setup.yaml
75-
# TODO: remove branch once rd_strip_ilp_sender is merged
76-
- script: git clone --depth 1 -b rd_strip_ilp_sender https://github.com/questdb/questdb.git ./questdb
75+
- script: git clone --depth 1 https://github.com/questdb/questdb.git ./questdb
7776
displayName: git clone questdb
7877
- task: Maven@3
7978
displayName: "Update client version"

0 commit comments

Comments
 (0)