Skip to content

Commit 1348896

Browse files
committed
.cirrus.yml: fix cache permission
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 5b99fc5 commit 1348896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ task:
4141
lima_cache:
4242
fingerprint_script: uname -s ; cat examples/$EXAMPLE
4343
folder: /home/testuser/.cache/lima
44+
lima_cache_fix_perm_script: chown -R testuser.testuser /home/testuser
4445
test_script: sudo -iu testuser $(pwd)/hack/test-example.sh $(pwd)/examples/$EXAMPLE

0 commit comments

Comments
 (0)