summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/linux-claim-bundles.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/templates/linux-claim-bundles.yml')
-rw-r--r--azure-pipelines/templates/linux-claim-bundles.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/azure-pipelines/templates/linux-claim-bundles.yml b/azure-pipelines/templates/linux-claim-bundles.yml
deleted file mode 100644
index 162584f23..000000000
--- a/azure-pipelines/templates/linux-claim-bundles.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-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) build/bundles
- displayName: 'Claim bundles folder back'