forked from NVIDIA/spark-rapids
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,13 +32,9 @@ jobs: | |
with: | ||
java-version: 1.8 | ||
|
||
- name: get projects 1 | ||
run: | | ||
mvn --also-make dependency:tree | grep maven-dependency-plugin | awk '{ out="com.nvidia:"$(NF-1);print out }' | xargs | sed -e 's/ /,/g' | ||
- name: get projects 2 | ||
run: | | ||
echo ::set-env name=projects::$(mvn --also-make dependency:tree | grep maven-dependency-plugin | awk '{ out="com.nvidia:"$(NF-1);print out }' | xargs | sed -e 's/ /,/g') | ||
echo ::set-env name=projects::$(mvn -am dependency:tree | grep maven-dependency-plugin | awk '{ out="com.nvidia:"$(NF-1);print out }' | grep rapids | xargs | sed -e 's/ /,/g') | ||
- name: Synopsys Detect | ||
uses: blackducksoftware/[email protected] | ||
|