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'