Skip to content

Commit

Permalink
CICD: Clean-up old release strategy (StackExchange#2773)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Limoncelli <[email protected]>
  • Loading branch information
cafferata and tlimoncelli authored Jan 7, 2024
1 parent 742610c commit 38fa176
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 199 deletions.
96 changes: 0 additions & 96 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,99 +201,3 @@ jobs:
- uses: actions/[email protected]
with:
path: "/tmp/test-results"
# release:
# if: # GitHub does not currently support regular expressions inside if conditions
## (github.ref == 'refs/tags//v[0-9]+(\.[0-9]+)*(-.*)*/') && (github.ref != 'refs/heads//.*/')
# runs-on: ubuntu-latest
# container:
# image: golang:${{ env.gover }}
# needs:
# - build
# env:
# DOCKERHUB_ACCESS_TOKEN:
# DOCKERHUB_USERNAME:
# steps:
# - uses: actions/checkout@v4
## # 'setup_remote_docker' was not transformed because there is no suitable equivalent in GitHub Actions
# - uses: "./.github/actions/docker_check"
# with:
# docker-password: "${{ secrets.DOCKER_PASSWORD }}"
# docker-username: "${{ env.DOCKER_LOGIN }}"
# - name: restore_cache
# uses: actions/[email protected]
# with:
# key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
# restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
# - name: Install goreleaser
# run: go install github.com/goreleaser/goreleaser@latest
# - run: goreleaser release
# - uses: actions/[email protected]
# with:
# path: dist
# - uses: actions/[email protected]
# with:
# path: |-
# dist/*.rpm
# dist/*.deb
# upload:
# if: # GitHub does not currently support regular expressions inside if conditions
## (github.ref == 'refs/tags//v[0-9]+(\.[0-9]+)*(-.*)*/') && (github.ref != 'refs/heads//.*/')
# runs-on: ubuntu-latest
# container:
# image: python:3.10
# needs:
# - release
# env:
# CLOUDSMITH_API_KEY:
# CLOUDSMITH_USERNAME:
# DOCKER_LOGIN:
# DOCKER_PASSWORD:
# strategy:
# matrix:
# arch:
# - i386
# - x86_64
# - arm64
# format:
# distro:
# steps:
# - uses: actions/[email protected]
# with:
# path: "."
## # This item has no matching transformer
## - cloudsmith_cloudsmith_ensure_api_key:
## # This item has no matching transformer
## - cloudsmith_cloudsmith_install_cli:
## # This item has no matching transformer
## - cloudsmith_cloudsmith_publish:
# upload_1:
# if: # GitHub does not currently support regular expressions inside if conditions
## (github.ref == 'refs/tags//v[0-9]+(\.[0-9]+)*(-.*)*/') && (github.ref != 'refs/heads//.*/')
# runs-on: ubuntu-latest
# container:
# image: python:3.10
# needs:
# - release
# env:
# CLOUDSMITH_API_KEY:
# CLOUDSMITH_USERNAME:
# DOCKER_LOGIN:
# DOCKER_PASSWORD:
# strategy:
# matrix:
# arch:
# - i386
# - amd64
# - arm64
# format:
# distro:
# steps:
# - uses: actions/[email protected]
# with:
# path: "."
## # This item has no matching transformer
## - cloudsmith_cloudsmith_ensure_api_key:
## # This item has no matching transformer
## - cloudsmith_cloudsmith_install_cli:
## # This item has no matching transformer
## - cloudsmith_cloudsmith_publish:
103 changes: 0 additions & 103 deletions .github/workflows/release.yml.DISABLED

This file was deleted.

0 comments on commit 38fa176

Please sign in to comment.