Skip to content

Commit

Permalink
remove release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydanielsencision committed Oct 15, 2024
1 parent 70a0f67 commit 11cb5b2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build-deploy-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 11cb5b2

Please sign in to comment.