Skip to content

Commit

Permalink
[ci] Fix Mend scan task (#3775)
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck committed Mar 24, 2023
1 parent e893b96 commit 5e1c02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ws_scan_task:
- source cirrus-env QA
- npm config set registry "${ARTIFACTORY_URL}/api/npm/npm"
- source set_maven_build_version $BUILD_NUMBER
- mvn clean install -DskipTests
- npm ci
- source ws_scan.sh
allow_failures: 'true'
always:
Expand Down

0 comments on commit 5e1c02b

Please sign in to comment.