Skip to content

Commit

Permalink
reset permission on .config (#27894)
Browse files Browse the repository at this point in the history
  • Loading branch information
volatilemolotov committed Aug 8, 2023
1 parent 381e314 commit 8b42b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/gh-actions-self-hosted-runners/arc/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b42b8d

Please sign in to comment.