Skip to content

Commit c2e605a

Browse files
authored
Merge pull request #998 from fluxcd/oci-testdata-umask-fix
Fix OCIRepository testdata permissions
2 parents 8785ebc + baaa412 commit c2e605a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

controllers/ocirepository_controller_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -1637,6 +1637,8 @@ func TestOCIRepository_reconcileArtifact(t *testing.T) {
16371637
t.Run(tt.name, func(t *testing.T) {
16381638
g := NewWithT(t)
16391639

1640+
resetChmod(tt.targetPath, 0o755, 0o644)
1641+
16401642
obj := &sourcev1.OCIRepository{
16411643
ObjectMeta: metav1.ObjectMeta{
16421644
GenerateName: "reconcile-artifact-",

0 commit comments

Comments
 (0)