Merge pull request #7077 from jakemcdermott/zuul-retry-chromium-download

Retry chromium download in zuul

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-05-19 20:35:19 +00:00
committed by GitHub
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 %}