From 1dcb73f182966a243e6a438c2bb581ea104d368a Mon Sep 17 00:00:00 2001 From: Valentin Pauchet Date: Fri, 30 Dec 2022 17:00:30 +0100 Subject: [PATCH] (MINOR) Reimplement yarn application metrics exporter --- .github/workflows/production-release.yml | 27 ------------------------ 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/production-release.yml diff --git a/.github/workflows/production-release.yml b/.github/workflows/production-release.yml deleted file mode 100644 index a747da8..0000000 --- a/.github/workflows/production-release.yml +++ /dev/null @@ -1,27 +0,0 @@ -on: - push: - tags: - - 'v[0-9]+.[0-9]+.[0-9]+' - -jobs: - build-rpm: # a free machine-readable name for this job - uses: ./.github/workflows/build-rpm.yml - secrets: inherit - release: - needs: build-rpm - runs-on: ubuntu-latest - steps: - - uses: actions/download-artifact@v2 - with: - name: ${{ needs.build-rpm.outputs.rpm_name}} - id: artifact - - uses: "marvinpinto/action-automatic-releases@latest" - env: - VERSION: ${{steps.build-rpm.version }} - with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "v$${{needs.build-rpm.outputs.version }}" - prerelease: false - title: "Cloudera Exporter ${{needs.build-rpm.outputs.version}}" - files: | - ${{ steps.artifact.outputs.download-path}} \ No newline at end of file