From f5846c98cea06fc0d99d7762ec41aa340f368b5e Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Tue, 29 Jul 2025 20:04:51 +0200 Subject: [PATCH] ci: pass the env along not sure that will work but I'm hopeful --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdcab3c..97ba3dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ imaging+publish: variables: *variables script: - sudo pacman --sync --refresh --noconfirm curl which git - - curl -s https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer | sudo bash + - curl -s https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer | sudo -E bash - sudo ./in_docker.sh --force --debug - ./upload.sh after_script: