Browse Source

Print versions

pull/161/head
Sebastien Vermeille 6 months ago
parent
commit
004c1dc4cc
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .cirrus.yml

+ 2
- 2
.cirrus.yml View File

@@ -82,8 +82,8 @@ linux_qa_java17_task:
maven_cache:
folder: ${CIRRUS_WORKING_DIR}/.m2/repository
version_script:
- echo java --version
- echo mvn --version
- java --version
- mvn --version
qa_script:
- nodeVersion=18.17.0
- nodeName=node-v${nodeVersion}-linux-x64

Loading…
Cancel
Save