Skip to content

Commit

Permalink
Remove redundant cd commands in fossa config
Browse files Browse the repository at this point in the history
Summary: Since path is specified, the cd commands are not needed and cause errors.

Test Plan:
fossa analyze --output
Jenkins: skip

Reviewers: mbautin

Reviewed By: mbautin

Subscribers: devops

Differential Revision: https://phabricator.dev.yugabyte.com/D11121
  • Loading branch information
svarnau committed Apr 1, 2021
1 parent 041b9e8 commit eda0c19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ analyze:
options:
cmd: |
set -euo pipefail -x
cd java
mvn --batch-mode dependency:tree
- name: Yugabyte Platform
type: mvn
Expand All @@ -29,7 +28,6 @@ analyze:
options:
cmd: |
set -euo pipefail -x
cd managed
mvn --batch-mode dependency:tree -f "$(
USE_MAVEN_LOCAL=true sbt -Dsbt.log.noformat=true make-pom | perl -n -e '/^\[info\] Wrote (.*[.]pom)$/ && print $1'
)"
Expand Down

0 comments on commit eda0c19

Please sign in to comment.