mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +00:00
6 lines
234 B
YAML
6 lines
234 B
YAML
|
steps:
|
||
|
# Because we run the compile in a docker (under root), we are not owner
|
||
|
# of the 'bundles' folder. Fix that by executing a chown on it.
|
||
|
- bash: sudo chown -R $(id -u):$(id -g) bundles
|
||
|
displayName: 'Claim bundles folder back'
|