File tree Expand file tree Collapse file tree 2 files changed +0
-30
lines changed
actions/build-and-push-branch Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,6 @@ inputs:
13
13
runs :
14
14
using : " composite"
15
15
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
-
26
16
- name : Build
27
17
id : build
28
18
uses : ./.github/actions/build-branch
Original file line number Diff line number Diff line change @@ -528,16 +528,6 @@ jobs:
528
528
with :
529
529
python-version : " 3.9"
530
530
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
-
541
531
- name : Set up CI Gradle Properties
542
532
run : |
543
533
mkdir -p ~/.gradle/
@@ -655,16 +645,6 @@ jobs:
655
645
with :
656
646
node-version : " lts/*"
657
647
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
-
668
648
- name : Set up CI Gradle Properties
669
649
run : |
670
650
mkdir -p ~/.gradle/
You can’t perform that action at this time.
0 commit comments