@@ -38,6 +38,9 @@ blocks:
38
38
agent :
39
39
machine :
40
40
type : s1-prod-ubuntu20-04-amd64-2
41
+ prologue :
42
+ commands :
43
+ - ' [[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
41
44
jobs :
42
45
- name : " Build from source and test for musl"
43
46
commands :
@@ -49,6 +52,9 @@ blocks:
49
52
agent :
50
53
machine :
51
54
type : s1-prod-ubuntu20-04-arm64-1
55
+ prologue :
56
+ commands :
57
+ - ' [[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
52
58
jobs :
53
59
- name : " Build from source and test for musl"
54
60
commands :
@@ -110,6 +116,9 @@ blocks:
110
116
value : " linux"
111
117
- name : LIBC
112
118
value : " glibc"
119
+ prologue :
120
+ commands :
121
+ - ' [[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
113
122
jobs :
114
123
- name : " Release: LTS:18"
115
124
commands :
@@ -154,6 +163,9 @@ blocks:
154
163
value : " linux"
155
164
- name : LIBC
156
165
value : " glibc"
166
+ prologue :
167
+ commands :
168
+ - ' [[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
157
169
jobs :
158
170
- name : " Release: LTS:18"
159
171
commands :
@@ -198,6 +210,9 @@ blocks:
198
210
value : " linux"
199
211
- name : LIBC
200
212
value : " musl"
213
+ prologue :
214
+ commands :
215
+ - ' [[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
201
216
jobs :
202
217
- name : " Release: LTS:18"
203
218
commands :
@@ -236,6 +251,9 @@ blocks:
236
251
value : " linux"
237
252
- name : LIBC
238
253
value : " musl"
254
+ prologue :
255
+ commands :
256
+ - ' [[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
239
257
jobs :
240
258
- name : " Release: LTS:18"
241
259
commands :
0 commit comments