Skip to content

Commit f30a96b

Browse files
committed
fix: debug helm release error
1 parent dfb20e2 commit f30a96b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.lighthouse/jenkins-x/pullrequest.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ spec:
8888
export GIT_TRACE=1
8989
git config --list --show-origin
9090
ls --full-time -l ~/.git-credentials
91-
git credential-store get <<end
92-
protocol=https
93-
host=github.com
94-
end
91+
git clone https://github.com/jenkins-x/jx3-oss-cluster.git /tmp/jx-git-4002877758
9592
jx gitops helm release || ls --full-time -l ~/.git-credentials && sleep 900
9693
podTemplate: {}
9794
serviceAccountName: tekton-bot

0 commit comments

Comments
 (0)