Skip to content

Commit 07363ca

Browse files
committed
another ci fix
1 parent 42a1f4d commit 07363ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/run_tests_pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ stages:
3939
- script: python3 proj.py build
4040
displayName: "Build"
4141
- script: |
42-
git clone --depth https://github.com/questdb/questdb.git
42+
git clone --depth 1 https://github.com/questdb/questdb.git
4343
displayName: git clone questdb
4444
condition: eq(variables.vsQuestDbMaster, true)
4545
- task: Maven@3
@@ -48,6 +48,7 @@ stages:
4848
mavenPOMFile: 'questdb/pom.xml'
4949
jdkVersionOption: '1.11'
5050
options: "install -DskipTests -Pbuild-web-console"
51+
condition: eq(variables.vsQuestDbMaster, true)
5152
- script: python3 proj.py test 1
5253
displayName: "Test vs released"
5354
env:

0 commit comments

Comments
 (0)