1
0

fix(manifest): Ensure depot_tools directory has correct permissions

This commit is contained in:
Jose Daniel G. Percy 2025-05-07 03:29:59 +08:00
parent 001f66ab5a
commit 1448804f42

View File

@ -46,6 +46,7 @@ modules:
# The source '.' is now /sources/depot_tools
- install -d /app/depot_tools
- cp -r ./* /app/depot_tools/
- chmod -R u+rX /app/depot_tools
sources:
# Use the directory copied into the Docker image
- type: dir