ci: pass the env along

not sure that will work but I'm hopeful
This commit is contained in:
Harald Sitter
2025-07-29 20:04:51 +02:00
parent 5a81470572
commit f5846c98ce

View File

@@ -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: