File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ sonar_shadow_scan_and_issue_replication_task:
119119 - ./shadow-scan-and-issue-replication.sh -Dsonar.sca.exclusions="integrationTests/src/test/resources/**,src/test/projects/**"
120120
121121build_win_task :
122+ only_if : $CIRRUS_RELEASE == "" && $CIRRUS_TAG == ""
122123 ec2_instance :
123124 image : base-windows-jdk17-v*
124125 << : *WINDOWS_VM_DEFINITION
@@ -130,14 +131,14 @@ build_win_task:
130131 folder : ${CIRRUS_WORKING_DIR}/.java_download_cache
131132 build_script :
132133 - *log_develocity_url_script
133- - source cirrus-env CI
134- - ./gradlew --no-daemon --info --stacktrace --console plain build artifactoryPublish -DbuildNumber="$BUILD_NUMBER"
134+ - source cirrus-env BUILD
135+ - ./gradlew --no-daemon --info --stacktrace --console plain build -DbuildNumber="$BUILD_NUMBER"
135136
136137qa_win_task :
137138 env :
138139 GRADLE_VERSION : 9.1.0
139140 depends_on :
140- - build_win
141+ - build
141142 ec2_instance :
142143 image : base-windows-jdk17-v*
143144 << : *WINDOWS_VM_DEFINITION
You can’t perform that action at this time.
0 commit comments