File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 37
37
runs-on : ubuntu-latest
38
38
permissions : write-all
39
39
steps :
40
+ - name : Free Disk Space (Ubuntu)
41
+ uses : jlumbroso/free-disk-space@main
42
+ with :
43
+ tool-cache : false
44
+ large-packages : false
40
45
- name : Checkout code
41
46
uses : actions/checkout@main
42
47
with :
86
91
- name : Build images
87
92
uses : nick-invision/retry@master
88
93
with :
89
- timeout_minutes : 45
94
+ timeout_minutes : 90
90
95
max_attempts : 3
91
96
retry_wait_seconds : 60
92
97
command : PLATFORMS="${PLATFORMS}" VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make build
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
permissions : write-all
27
27
steps :
28
+ - name : Free Disk Space (Ubuntu)
29
+ uses : jlumbroso/free-disk-space@main
30
+ with :
31
+ tool-cache : false
32
+ large-packages : false
28
33
- name : Checkout code
29
34
uses : actions/checkout@main
30
35
with :
73
78
- name : Build images
74
79
uses : nick-invision/retry@master
75
80
with :
76
- timeout_minutes : 45
81
+ timeout_minutes : 90
77
82
max_attempts : 3
78
83
retry_wait_seconds : 60
79
84
command : PLATFORMS="${PLATFORMS}" VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make build
You can’t perform that action at this time.
0 commit comments