Skip to content

Commit dee903c

Browse files
committed
fix to run against merged array branch
1 parent 9d85550 commit dee903c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_tests_pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ stages:
5656
displayName: "Build Rust examples"
5757
############################# temp for test begin #####################
5858
- script: |
59-
git clone -b nd_arr --depth 1 https://github.com/questdb/questdb.git ./questdb_nd_arr
59+
git clone -b master --depth 1 https://github.com/questdb/questdb.git ./questdb_nd_arr
6060
displayName: git clone questdb
6161
- task: Maven@3
6262
displayName: "Compile QuestDB"

0 commit comments

Comments
 (0)