You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/01/17 13:56:36 UTC

[incubator-pekko-http] branch main updated: disable fossa check (#23)

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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 8ab0396e9 disable fossa check (#23)
8ab0396e9 is described below

commit 8ab0396e9f6cf09d3e8d54278852702e5523563e
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Jan 17 14:56:31 2023 +0100

    disable fossa check (#23)
---
 .github/workflows/validate-and-test.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/validate-and-test.yml b/.github/workflows/validate-and-test.yml
index b4f721f13..e4a631ef1 100644
--- a/.github/workflows/validate-and-test.yml
+++ b/.github/workflows/validate-and-test.yml
@@ -39,13 +39,13 @@ jobs:
       - name: Check for missing formatting
         run: git diff --exit-code --color
 
-      - name: FOSSA policy check
-        if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'apache/incubator-pekko-http' }}
-        run: |-
-          curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | bash
-          fossa analyze && fossa test
-        env:
-          FOSSA_API_KEY: "${{secrets.FOSSA_API_KEY}}"
+      #- name: FOSSA policy check
+      #  if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'apache/incubator-pekko-http' }}
+      #  run: |-
+      #    curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | bash
+      #    fossa analyze && fossa test
+      #  env:
+      #    FOSSA_API_KEY: "${{secrets.FOSSA_API_KEY}}"
 
   compile-and-test:
     name: Compile and test


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