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'
|