aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-21 11:36:20 +0200
committerThomas White <taw@physics.org>2023-06-21 11:36:20 +0200
commit027cdfb95d3a0780065508358116b279fc0cf15b (patch)
treeb9ea87f0988c729aeec9110008e82a7cde4845f3 /.gitlab-ci.yml
parent8054e80ae228c43df14de1692731eeb63440692d (diff)
CI: Add secure files download
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75371205..27990c1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,10 +115,13 @@ build-centos7:
image: centos:centos7
#image:centos:latest
#image: centos:centos7.9.2009
+ variables:
+ SECURE_FILES_DOWNLOAD_PATH: './downloads'
script:
- yum update -y
- yum group install -y "Development Tools"
- yum install -y wget lz4 lz4-devel bzip2-libs bzip2-devel python3 gtk3-devel
+ - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
- python3 -m pip install meson ninja
- wget https://gitlab.desy.de/thomas.white/install-crystfel/-/raw/main/run-me-desy-maxwell-centos7
- chmod 755 ./run-me-desy-maxwell-centos7