adoroszlai opened a new pull request #1956: URL: https://github.com/apache/ozone/pull/1956
## What changes were proposed in this pull request? Fix `Never cache local artifacts` step in Github Actions workflow. https://issues.apache.org/jira/browse/HDDS-4858 ## How was this patch tested? Temporarily enabled verbose output to print items being removed: ``` 2021-02-23T14:16:41.5399844Z ##[group]Run #Never cache local artifacts 2021-02-23T14:16:41.5400509Z #Never cache local artifacts 2021-02-23T14:16:41.5401104Z rm -rfv ~/.m2/repository/org/apache/hadoop/hadoop-hdds* 2021-02-23T14:16:41.5401913Z rm -rfv ~/.m2/repository/org/apache/hadoop/hadoop-ozone* ... 2021-02-23T14:16:41.5541337Z ##[endgroup] ... 2021-02-23T14:16:41.5665616Z removed directory '/home/runner/.m2/repository/org/apache/hadoop/hadoop-hdds-client/1.1.0-SNAPSHOT' 2021-02-23T14:16:41.5666912Z removed directory '/home/runner/.m2/repository/org/apache/hadoop/hadoop-hdds-client' ... 2021-02-23T14:16:41.6203996Z removed directory '/home/runner/.m2/repository/org/apache/hadoop/hadoop-ozone-dist/1.1.0-SNAPSHOT' 2021-02-23T14:16:41.6205242Z removed directory '/home/runner/.m2/repository/org/apache/hadoop/hadoop-ozone-dist' ... ``` https://github.com/adoroszlai/hadoop-ozone/runs/1961713108 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
