Skip to content

Commit

Permalink
Merge pull request #2170 from replicatedhq/ci-alpha-unused-job
Browse files Browse the repository at this point in the history
CI alpha workflow unused job
  • Loading branch information
emosbaugh committed Sep 18, 2021
2 parents df00fc6 + 227d42c commit 3eef102
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/alpha.yaml
Expand Up @@ -296,39 +296,6 @@ jobs:
source .image.env && make build-alpha
release_go_api_tagged:
runs-on: ubuntu-18.04
needs: [build_web, build_go_api]
steps:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.16.3'

- id: go-cache-paths
run: |
echo "::set-output name=go-build::$(go env GOCACHE)"
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
- name: Checkout
uses: actions/checkout@v2

- uses: actions/cache@v2
with:
path: ${{ steps.go-cache-paths.outputs.go-build }}
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
- uses: actions/cache@v2
with:
path: ${{ steps.go-cache-paths.outputs.go-mod }}
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}

- uses: azure/docker-login@v1
env:
DOCKER_CONFIG: ./.docker
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}


build_kurl_proxy_alpha:
runs-on: ubuntu-18.04
needs: [build_kurl_proxy]
Expand Down

0 comments on commit 3eef102

Please sign in to comment.