forked from StackExchange/dnscontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CICD: Clean-up old release strategy (StackExchange#2773)
Co-authored-by: Tom Limoncelli <[email protected]>
- Loading branch information
1 parent
742610c
commit 38fa176
Showing
2 changed files
with
0 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: |
This file was deleted.
Oops, something went wrong.