chore(ci): Remove debug job
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
dc44e58f33
commit
a0c0ac70a9
2 changed files with 16 additions and 20 deletions
26
.github/workflows/patch-build.yaml
vendored
26
.github/workflows/patch-build.yaml
vendored
|
|
@ -8,10 +8,6 @@ on:
|
|||
description: 'Comma separated names of services to build(in small letters).'
|
||||
required: true
|
||||
default: 'chalice,frontend'
|
||||
push:
|
||||
branches:
|
||||
- gh-actions
|
||||
|
||||
|
||||
name: Build patches from main branch, Raise PR to Main, and Push to tag
|
||||
|
||||
|
|
@ -140,14 +136,14 @@ jobs:
|
|||
pr_title: "Updated patch build from main $HEAD_COMMIT_ID"
|
||||
pr_body: "This PR updates the Helm chart version after building the patch from $HEAD_COMMIT_ID."
|
||||
|
||||
- name: Debug Job
|
||||
if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
env:
|
||||
DOCKER_REPO_ARM: ${{ secrets.RELEASE_ARM_REGISTRY }}
|
||||
DOCKER_REPO_OSS: ${{ secrets.RELEASE_OSS_REGISTRY }}
|
||||
MSAAS_REPO_CLONE_TOKEN: ${{ secrets.MSAAS_REPO_CLONE_TOKEN }}
|
||||
MSAAS_REPO_URL: ${{ secrets.MSAAS_REPO_URL }}
|
||||
MSAAS_REPO_FOLDER: /tmp/msaas
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
# - name: Debug Job
|
||||
# if: ${{ failure() }}
|
||||
# uses: mxschmitt/action-tmate@v3
|
||||
# env:
|
||||
# DOCKER_REPO_ARM: ${{ secrets.RELEASE_ARM_REGISTRY }}
|
||||
# DOCKER_REPO_OSS: ${{ secrets.RELEASE_OSS_REGISTRY }}
|
||||
# MSAAS_REPO_CLONE_TOKEN: ${{ secrets.MSAAS_REPO_CLONE_TOKEN }}
|
||||
# MSAAS_REPO_URL: ${{ secrets.MSAAS_REPO_URL }}
|
||||
# MSAAS_REPO_FOLDER: /tmp/msaas
|
||||
# with:
|
||||
# limit-access-to-actor: true
|
||||
|
|
|
|||
10
.github/workflows/update-tag.yaml
vendored
10
.github/workflows/update-tag.yaml
vendored
|
|
@ -28,8 +28,8 @@ jobs:
|
|||
git fetch --tags
|
||||
git checkout main
|
||||
git push origin HEAD:refs/tags/$(git describe --tags `git rev-list --tags --max-count=1`) --force
|
||||
- name: Debug Job
|
||||
if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
# - name: Debug Job
|
||||
# if: ${{ failure() }}
|
||||
# uses: mxschmitt/action-tmate@v3
|
||||
# with:
|
||||
# limit-access-to-actor: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue