Skip to content

Commit e9b1949

Browse files
authored
chore: remove docker tuning from tune-runner-vm action (#4536)
1 parent b372e90 commit e9b1949

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/actions/tune-runner-vm/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ runs:
7676
7777
# stop Azure Linux agent to save RAM
7878
sudo systemctl stop walinuxagent.service || true
79-
80-
# enable docker experimental mode which is
81-
# required for using "docker build --squash" / "-Ddocker.squash=true"
82-
daemon_json="$(sudo cat /etc/docker/daemon.json | jq '.experimental = true')"
83-
echo "$daemon_json" | sudo tee /etc/docker/daemon.json
84-
# restart docker daemon
85-
sudo systemctl restart docker
8679
echo '::endgroup::'
8780
8881
# show memory

0 commit comments

Comments
 (0)