This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d83622  NIFI-7238 remove no longer needed delete command
7d83622 is described below

commit 7d83622f05bc7139fca9cc5b3d26d38a6e477665
Author: Joe Witt <joew...@apache.org>
AuthorDate: Wed Mar 25 12:01:45 2020 -0400

    NIFI-7238 remove no longer needed delete command
---
 .github/workflows/ci-workflow.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/ci-workflow.yml 
b/.github/workflows/ci-workflow.yml
index 9764c0a..7e046d3 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -71,7 +71,6 @@ jobs:
       run: |
         mvn -version
         mvn -T 0.8C package -B -Pcontrib-check,include-grpc -Ddir-only -ntp 
-ff -pl -nifi-assembly,-nifi-toolkit/nifi-toolkit-assembly
-        rm -rf ~/.m2/repository/org/apache/nifi
 
   ubuntu-build-en:
 
@@ -141,7 +140,6 @@ jobs:
         run: |
           mvn -version
           mvn -T 0.8C package -B -Pcontrib-check,include-grpc -Ddir-only -ntp 
-ff -pl -nifi-assembly,-nifi-toolkit/nifi-toolkit-assembly
-          rm -rf ~/.m2/repository/org/apache/nifi
 
   osx-build-jp:
 
@@ -211,7 +209,6 @@ jobs:
         run: |
           mvn -version
           mvn -T 0.8C package -B -Pcontrib-check,include-grpc -Ddir-only -ntp 
-ff -pl -nifi-assembly,-nifi-toolkit/nifi-toolkit-assembly
-          rm -rf ~/.m2/repository/org/apache/nifi
 
   windows-build:
 
@@ -277,4 +274,3 @@ jobs:
         run: |
           mvn -version
           mvn -T 0.8C package -B -Ddir-only -ntp -ff -pl -nifi-assembly
-          Remove-Item -path '~\.m2\repository\org\apache\nifi' -recurse -force

Reply via email to