From 027cdfb95d3a0780065508358116b279fc0cf15b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 21 Jun 2023 11:36:20 +0200 Subject: CI: Add secure files download --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3