From 11cb5b222fcff6b111818f9baeb2f754ae178850 Mon Sep 17 00:00:00 2001 From: Jay Danielsen Date: Tue, 15 Oct 2024 10:32:36 -0400 Subject: [PATCH] remove release steps --- .github/workflows/build-deploy-pipeline.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build-deploy-pipeline.yaml b/.github/workflows/build-deploy-pipeline.yaml index 01cf37d..2be527c 100644 --- a/.github/workflows/build-deploy-pipeline.yaml +++ b/.github/workflows/build-deploy-pipeline.yaml @@ -29,19 +29,6 @@ jobs: - name: Test run: go test ./... - - name: Build - run: make release - - - name: Upload - run: | - ./upload.sh ./bin/script_exporter-darwin-amd64 application/x-binary - ./upload.sh ./bin/script_exporter-linux-amd64 application/x-binary - ./upload.sh ./bin/script_exporter-linux-armv7 application/x-binary - ./upload.sh ./bin/script_exporter-linux-arm64 application/x-binary - ./upload.sh ./bin/script_exporter-windows-amd64.exe application/x-binary - env: - GITHUB_TOKEN: ${{ secrets.TOKEN }} - docker: runs-on: ubuntu-latest steps: