Revert "tmp: enabling debug."

This reverts commit f94610f623.
This commit is contained in:
Rajesh Rajendran 2021-05-10 23:22:24 +05:30
parent a755c0e19f
commit 3bb9289187

View file

@ -72,11 +72,11 @@ jobs:
bash kube-install.sh --app $image
done
- name: Debug Job
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
env:
DOCKER_REPO: ${{ secrets.OSS_REGISTRY_URL }}
IMAGE_TAG: ${{ github.sha }}
ENVIRONMENT: staging
# - name: Debug Job
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# env:
# DOCKER_REPO: ${{ secrets.OSS_REGISTRY_URL }}
# IMAGE_TAG: ${{ github.sha }}
# ENVIRONMENT: staging
#