aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-05-17 14:07:07 +0200
committerThomas White <taw@physics.org>2023-05-17 14:07:07 +0200
commit5d2b055d6431e11e194de292d5f047a2f1d44fd6 (patch)
treed544f43fa33a8370be1dec25e06f291e746e8f92 /.gitlab-ci.yml
parentba66c658112a6ea54b40ae5f550c45d7ae2cb6bd (diff)
CI: Switch version of installation script
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb934299..567eb88b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -120,9 +120,9 @@ build-centos7:
- yum group install -y "Development Tools"
- yum install -y wget lz4 lz4-devel bzip2-libs bzip2-devel python3 gtk3-devel
- python3 -m pip install meson ninja
- - wget https://gitlab.desy.de/fs-sc/install-crystfel/-/raw/main/run-me
- - chmod 755 ./run-me
- - ./run-me --yes-really
+ - wget https://gitlab.desy.de/thomas.white/install-crystfel/-/raw/main/run-me-desy-maxwell
+ - chmod 755 ./run-me-desy-maxwell
+ - ./run-me-desy-maxwell--yes-really
artifacts:
paths:
- software/
@@ -135,9 +135,9 @@ build-maxwell:
variables:
GIT_STRATEGY: clone
script:
- - wget https://gitlab.desy.de/fs-sc/install-crystfel/-/raw/main/run-me
- - chmod 755 ./run-me
- - ./run-me --yes-really
+ - wget https://gitlab.desy.de/fs-sc/install-crystfel/-/raw/main/run-me-desy-maxwell
+ - chmod 755 ./run-me-desy-maxwell
+ - ./run-me-desy-maxwell --yes-really
artifacts:
paths:
- software/