From 4c2b432dacff18a748c4d5cef421e9baa12b81c1 Mon Sep 17 00:00:00 2001 From: Parthasarathy Tirumalai Date: Mon, 3 Jul 2023 14:03:01 +0200 Subject: Update .gitlab-ci.yml file for build-centos7 so as to copy the installed files... --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9c356bf..445f5f06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,6 +126,7 @@ build-centos7: - wget https://gitlab.desy.de/thomas.white/install-crystfel/-/raw/main/run-me-desy-maxwell-centos7 - chmod 755 ./run-me-desy-maxwell-centos7 - ./run-me-desy-maxwell-centos7 --yes-really + - cp -Rp /software $CI_PROJECT_DIR artifacts: paths: - software/ -- cgit v1.2.3