Skip to content

Commit

Permalink
chore: remove unnecessary mkdir command
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Nov 17, 2023
1 parent 70e6870 commit a7b2ca3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Move Docker data root to work directory
run: |
sudo systemctl stop docker
sudo mkdir -p /home/runner/work/docker-protobuf/docker-protobuf/docker
sudo sh -c 'printf "{\n \"exec-opts\": [\n \"native.cgroupdriver=cgroupfs\"\n ],\n \"cgroup-parent\": \"/actions_job\",\n \"data-root\": \"/home/runner/work/_temp/docker\"\n}\n" > /etc/docker/daemon.json'
sudo systemctl start docker
Expand Down

0 comments on commit a7b2ca3

Please sign in to comment.