From 45b8cb399cd5f73455d5e2be81f51e1672b46823 Mon Sep 17 00:00:00 2001 From: Thomas Caillier <thomascaillier@gmail.com> Date: Fri, 25 Apr 2025 13:00:02 +0000 Subject: [PATCH] fix: install custom CA certs before awk --- templates/gitlab-ci-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitlab-ci-docker.yml b/templates/gitlab-ci-docker.yml index 6c84e93..d6878fa 100644 --- a/templates/gitlab-ci-docker.yml +++ b/templates/gitlab-ci-docker.yml @@ -708,8 +708,8 @@ stages: } function init_workspace() { - maybe_install_awk install_custom_ca_certs + maybe_install_awk unscope_variables eval_all_secrets configure_registries_auth -- GitLab