From 5d2b055d6431e11e194de292d5f047a2f1d44fd6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 17 May 2023 14:07:07 +0200 Subject: CI: Switch version of installation script --- .gitlab-ci.yml | 12 ++++++------ 1 file 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/ -- cgit v1.2.3