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, 5 insertions, 0 deletions
diff --git a/azure-pipelines/templates/linux-claim-bundles.yml b/azure-pipelines/templates/linux-claim-bundles.yml
new file mode 100644
index 000000000..4434dfcc7
--- /dev/null
+++ b/azure-pipelines/templates/linux-claim-bundles.yml
@@ -0,0 +1,5 @@
+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'