From a29691bfce5cc264fd8fbaa44244380da76cec69 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Mon, 20 Nov 2023 19:53:37 -0500 Subject: [PATCH] Try running the install twice for transient issues --- .woodpecker/author-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/author-tests.yaml b/.woodpecker/author-tests.yaml index 2469880..b09a4e5 100644 --- a/.woodpecker/author-tests.yaml +++ b/.woodpecker/author-tests.yaml @@ -11,6 +11,6 @@ steps: image: "quay.io/simcop2387/perl-debug-containers:${PERL_VERSIONS}-main${THREADS}-bookworm-backports" commands: - apt update && apt install -y libssl-dev git - - cpanm Dist::Zilla App::carton - - carton install --cpanfile cpanfile.ci --cached + - cpanm Dist::Zilla Carton + - carton install --cpanfile cpanfile.ci --cached || carton install --cpanfile cpanfile.ci --cached - dzil test \ No newline at end of file