This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b42b8dcea1 reset permission on .config (#27894)
8b42b8dcea1 is described below

commit 8b42b8dcea17eccff9c1ce4ae6e208daacfb9e31
Author: Vlado Djerek <[email protected]>
AuthorDate: Tue Aug 8 19:03:48 2023 +0200

    reset permission on .config (#27894)
---
 .github/gh-actions-self-hosted-runners/arc/images/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/gh-actions-self-hosted-runners/arc/images/Dockerfile 
b/.github/gh-actions-self-hosted-runners/arc/images/Dockerfile
index 61f05ef649a..15b1ceca6e2 100644
--- a/.github/gh-actions-self-hosted-runners/arc/images/Dockerfile
+++ b/.github/gh-actions-self-hosted-runners/arc/images/Dockerfile
@@ -60,7 +60,8 @@ RUN curl -OL 
https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-c
     mv google-cloud-sdk /usr/local/google-cloud-sdk && \
     /usr/local/google-cloud-sdk/install.sh --quiet && \
     /usr/local/google-cloud-sdk/bin/gcloud components install kubectl && \
-    chown -R runner:runner /home/runner/.config/gcloud
+    #revert permission
+    chown -R runner:runner /home/runner/.config
 ENV PATH="${PATH}:/usr/local/google-cloud-sdk/bin"
 
 # Needed to transfer path addtitions to runner environment

Reply via email to