Skip to content

Commit

Permalink
fix: protect ~/.git-credentials from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Jan 6, 2024
1 parent 7a3277b commit 7c59127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lighthouse/jenkins-x/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
image: ghcr.io/distroless/busybox
script: |
#!/bin/sh
chmod u-w /tekton/home/.git-credentials
chattr +i /tekton/home/.git-credentials
- name: build-make-test
resources: {}
- name: test-credentials2
Expand Down

0 comments on commit 7c59127

Please sign in to comment.