From 1512eac90eca2846a77ba119cc141f66c09b00c1 Mon Sep 17 00:00:00 2001 From: zengk Date: Thu, 1 Aug 2024 13:56:27 -0700 Subject: [PATCH] remove fossa pipeline test --- .buildkite/pipeline.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 03fe8be3d3..e55df71a67 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -288,15 +288,6 @@ steps: # plugins: # gopath-checkout#v1.0.1: # import: github.com/m3db/m3 -# <<: *common -# - label: "FOSSA license scan" -# command: make clean install-vendor-m3 fossa -# plugins: -# docker-compose#v2.5.1: -# run: app -# workdir: /go/src/github.com/m3db/m3 -# env: -# - FOSSA_API_KEY # <<: *common - name: "Check for docker and docs builds :docker: :books:" plugins: