You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2020/08/07 10:31:10 UTC

[qpid-dispatch] branch jdanekrh-patch-1 updated: remove old test branch workflow

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

robbie pushed a commit to branch jdanekrh-patch-1
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/jdanekrh-patch-1 by this push:
     new e8ade6a  remove old test branch workflow
e8ade6a is described below

commit e8ade6a5d0253f1c519abec08e068ac4bbd6eb0a
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Aug 7 11:30:49 2020 +0100

    remove old test branch workflow
---
 .github/workflows/apache-rat:check.yml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/.github/workflows/apache-rat:check.yml b/.github/workflows/apache-rat:check.yml
deleted file mode 100644
index e51a87d..0000000
--- a/.github/workflows/apache-rat:check.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: Java CI
-
-on: [push, pull_request]
-
-jobs:
-  'apache-rat_check':
-    name: 'apache-rat:check'
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: actions/checkout@v1
-    - name: Set up JDK
-      uses: actions/setup-java@v1
-      with:
-        java-version: 11
-    - name: Build with Maven
-      run: mvn --no-transfer-progress apache-rat:check
-    - name: Print Rat report if Rat failed
-      if: failure()
-      run: cat target/rat.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org