aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorParthasarathy Tirumalai <parthasarathy.tirumalai@desy.de>2023-07-04 13:38:09 +0200
committerParthasarathy Tirumalai <parthasarathy.tirumalai@desy.de>2023-07-04 13:38:09 +0200
commit0836b0a4b796f71d6961b01e5479cf3de293454b (patch)
treee2b85a8feec5e195e75552c26b80bf26cac1d6dd /.gitlab-ci.yml
parent068a02656ab2f76c3ce08ac54f7a00a8de3717a9 (diff)
Add secure projects downloader.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8030e6d..434cfdd1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,6 +139,7 @@ build-deploy-local-maxwell:
variables:
GIT_STRATEGY: clone
script:
+ - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
- wget https://gitlab.desy.de/thomas.white/install-crystfel/-/raw/main/run-me-desy-maxwell-centos7
- chmod 755 ./run-me-desy-maxwell-centos7
- if [ -d /software/crystfel/devel ]; then