Skip to content

Commit 9d60400

Browse files
Adaptation of the ws_scan task for the python-specific build process (#1006)
1 parent d6b5063 commit 9d60400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ws_scan_task:
8989
whitesource_script:
9090
- source cirrus-env QA
9191
- source set_maven_build_version $BUILD_NUMBER
92-
- mvn clean install -DskipTests
92+
- mvn clean install -DskipTests -DskipTypeshed -Denforcer.skip=true -Dskip.its=true
9393
- source ws_scan.sh
9494
allow_failures: "true"
9595
always:

0 commit comments

Comments
 (0)