File diff r24245:1e4a8434fc12 → r24246:d76075baa37e
azure-pipelines/templates/linux-claim-bundles.yml
Show inline comments
 
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
 
- bash: sudo chown -R $(id -u):$(id -g) build/bundles
 
  displayName: 'Claim bundles folder back'