Skip to content

Commit

Permalink
ci: 馃帯 remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Sep 27, 2023
1 parent 8146def commit ffc9f66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
kubectl config set-context "${KUBE_CLUSTER}" --cluster="${KUBE_CLUSTER}" --user=deploy-user --namespace="${{ secrets.kube_namespace }}"
kubectl config use-context "${KUBE_CLUSTER}"
echo $KUBE_CLUSTER | sed 's/./& /g'
# export flat kube config so helm image can read it
echo 'FLAT_KUBE_CONFIG<<EOF' >> $GITHUB_ENV
kubectl config view --flatten >> $GITHUB_ENV
Expand Down

0 comments on commit ffc9f66

Please sign in to comment.