Skip to content

Commit bb4d777

Browse files
author
Tim Roes
authored
Remove manual docker upgrades from workflows (#22344)
1 parent e3101fd commit bb4d777

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

.github/actions/build-and-push-branch/action.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ inputs:
1313
runs:
1414
using: "composite"
1515
steps:
16-
- name: Delete default old docker and replace it with a new one
17-
shell: bash
18-
run: |
19-
sudo rm /var/lib/dpkg/lock
20-
sudo rm /var/lib/dpkg/lock-frontend
21-
sudo apt-get remove docker.io || sudo apt-get remove docker
22-
curl -fsSL https://get.docker.com | bash -
23-
sudo rm -f /var/lib/dpkg/lock
24-
sudo rm -f /var/lib/dpkg/lock-frontend
25-
2616
- name: Build
2717
id: build
2818
uses: ./.github/actions/build-branch

.github/workflows/gradle.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -528,16 +528,6 @@ jobs:
528528
with:
529529
python-version: "3.9"
530530

531-
- name: Delete default old docker and replace it with a new one
532-
shell: bash
533-
run: |
534-
sudo rm /var/lib/dpkg/lock
535-
sudo rm /var/lib/dpkg/lock-frontend
536-
sudo apt-get remove docker.io || sudo apt-get remove docker
537-
curl -fsSL https://get.docker.com | bash -
538-
sudo rm -f /var/lib/dpkg/lock
539-
sudo rm -f /var/lib/dpkg/lock-frontend
540-
541531
- name: Set up CI Gradle Properties
542532
run: |
543533
mkdir -p ~/.gradle/
@@ -655,16 +645,6 @@ jobs:
655645
with:
656646
node-version: "lts/*"
657647

658-
- name: Delete default old docker and replace it with a new one
659-
shell: bash
660-
run: |
661-
sudo rm /var/lib/dpkg/lock
662-
sudo rm /var/lib/dpkg/lock-frontend
663-
sudo apt-get remove docker.io || sudo apt-get remove docker
664-
curl -fsSL https://get.docker.com | bash -
665-
sudo rm -f /var/lib/dpkg/lock
666-
sudo rm -f /var/lib/dpkg/lock-frontend
667-
668648
- name: Set up CI Gradle Properties
669649
run: |
670650
mkdir -p ~/.gradle/

0 commit comments

Comments
 (0)