Skip to content

Commit

Permalink
fix: debug helm release error
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Jan 5, 2024
1 parent f11a40e commit 17c23ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .lighthouse/jenkins-x/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,14 @@ spec:
else echo no charts; fi
export JX_LOG_LEVEL=trace
export GIT_TRACE=1
git credential-store get <<end
protocol=https
host=github.com
end
git config --list --show-origin
ls --full-time -l ~/.git-credentials
git clone https://github.com/jenkins-x/jx3-oss-cluster.git /tmp/jx-git
ls --full-time -l ~/.git-credentials
jx gitops helm release
podTemplate: {}
serviceAccountName: tekton-bot
Expand Down

0 comments on commit 17c23ef

Please sign in to comment.