From 476c3fa9512e918daf2e4104fb80a222713082e4 Mon Sep 17 00:00:00 2001 From: kentzeng12 <114431467+kentzeng12@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:13:16 -0700 Subject: [PATCH] remove fossa pipeline test (#4285) --- .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: