Retry chromium download in zuul

This commit is contained in:
Jake McDermott
2020-05-19 09:21:03 -04:00
parent 87e3d62684
commit 17efb34c6a
5 changed files with 27 additions and 8 deletions

View File

@@ -105,7 +105,9 @@ RUN dnf -y install \
nodejs \
nss \
make \
patch && \
patch \
wget \
unzip && \
npm install -g n && n 10.15.0 && dnf remove -y nodejs
{% endif %}