Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed May 30, 2024
1 parent 2adf89b commit 197e6f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 154 deletions.
60 changes: 1 addition & 59 deletions .github/workflows/sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,65 +156,7 @@ jobs:
- name: Push Docker images
run: |
docker push kubeshop/testkube-sandbox:${{ matrix.service }}-${{ env.branch_identifier }}-${{ steps.commit.outputs.short }}
#
# testworkflow-toolkit:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
#
# - name: Set up Docker Buildx
# id: buildx
# uses: docker/setup-buildx-action@v3
#
# - name: Set-up Go
# uses: actions/setup-go@v5
# with:
# go-version: stable
# cache: false
#
# - name: Go Cache
# uses: actions/cache@v4
# with:
# path: |
# ~/go/pkg/mod
# ~/.cache/go-build
# key: testkube-tw-toolkit-go-${{ hashFiles('**/go.sum') }}
#
# - name: Login to DockerHub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
#
# - id: commit
# uses: prompt/actions-commit-hash@v3
#
# - name: Release
# uses: goreleaser/goreleaser-action@v5
# with:
# distribution: goreleaser
# version: latest
# args: release -f goreleaser_files/.goreleaser-docker-build-testworkflow-toolkit.yml --snapshot
# env:
# GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
# ANALYTICS_TRACKING_ID: ${{secrets.TESTKUBE_API_GA_MEASUREMENT_ID}}
# ANALYTICS_API_KEY: ${{secrets.TESTKUBE_API_GA_MEASUREMENT_SECRET}}
# SLACK_BOT_CLIENT_ID: ${{secrets.TESTKUBE_SLACK_BOT_CLIENT_ID}}
# SLACK_BOT_CLIENT_SECRET: ${{secrets.TESTKUBE_SLACK_BOT_CLIENT_SECRET}}
# SEGMENTIO_KEY: ${{secrets.TESTKUBE_API_SEGMENTIO_KEY}}
# CLOUD_SEGMENTIO_KEY: ${{secrets.TESTKUBE_API_CLOUD_SEGMENTIO_KEY}}
# DOCKER_BUILDX_BUILDER: "${{ steps.buildx.outputs.name }}"
# DOCKER_BUILDX_CACHE_FROM: "type=gha"
# DOCKER_BUILDX_CACHE_TO: "type=gha,mode=max"
# ALPINE_IMAGE: ${{ env.ALPINE_IMAGE }}
# BUSYBOX_IMAGE: ${{ env.BUSYBOX_IMAGE }}
# IMAGE_TAG_SHA: true
#
# - name: Push Docker images
# run: |
# docker push kubeshop/testkube-tw-toolkit:${{ steps.commit.outputs.short }}
#
# single_executor:
# strategy:
# matrix:
Expand Down
95 changes: 0 additions & 95 deletions goreleaser_files/.goreleaser-docker-build-testworkflow-toolkit.yml

This file was deleted.

0 comments on commit 197e6f1

Please sign in to comment.