Skip to content

Commit 3cf5674

Browse files
committed
fix: removing unnecessaries variables
1 parent cf23b61 commit 3cf5674

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci_k8_undeploy_base.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ jobs:
7070
7171
- name: Kubernetes Undeploy
7272
env:
73-
KUBECONFIG: .kube/config-${{secrets.WF_KUBE_TYPE}}.yaml
74-
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
75-
ECR_REPOSITORY: '${{ ${SERVICE_NAME }}_${{ inputs.WF_ENV_TYPE}}_repo'
76-
VERSION_TAG: ${{ github.sha }}
7773
KUBE_NAME: ${SERVICE_NAME}-pr-${PR_NUMBER}
7874

7975
run: |

0 commit comments

Comments
 (0)