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 42a1f4d commit 07363caCopy full SHA for 07363ca
ci/run_tests_pipeline.yaml
@@ -39,7 +39,7 @@ stages:
39
- script: python3 proj.py build
40
displayName: "Build"
41
- script: |
42
- git clone --depth https://github.com/questdb/questdb.git
+ git clone --depth 1 https://github.com/questdb/questdb.git
43
displayName: git clone questdb
44
condition: eq(variables.vsQuestDbMaster, true)
45
- task: Maven@3
@@ -48,6 +48,7 @@ stages:
48
mavenPOMFile: 'questdb/pom.xml'
49
jdkVersionOption: '1.11'
50
options: "install -DskipTests -Pbuild-web-console"
51
+ condition: eq(variables.vsQuestDbMaster, true)
52
- script: python3 proj.py test 1
53
displayName: "Test vs released"
54
env:
0 commit comments