From e9c6b4062feb4d37783ea7723f01b053f48ac16c Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Tue, 19 Oct 2021 15:57:48 +0300 Subject: [PATCH] Make temporary directory for collection more permissive To avoid "permission denied" error from the job. Change-Id: I8a1016e074e4a590c3dec13ac0edec41086221b0 --- ci/playbooks/publish_collection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/playbooks/publish_collection.yml b/ci/playbooks/publish_collection.yml index b2f6534..943c1cf 100644 --- a/ci/playbooks/publish_collection.yml +++ b/ci/playbooks/publish_collection.yml @@ -28,7 +28,7 @@ file: state: "{{ item }}" path: "{{ build_collection_path }}" - mode: 0644 + mode: 0755 loop: - absent - directory