diff options
author | Parthasarathy Tirumalai <parthasarathy.tirumalai@desy.de> | 2023-07-03 14:03:01 +0200 |
---|---|---|
committer | Thomas White <thomas.white@desy.de> | 2023-07-03 14:03:01 +0200 |
commit | 4c2b432dacff18a748c4d5cef421e9baa12b81c1 (patch) | |
tree | e364bf8d446c42f8b536d0033ebddd1dd245cf03 | |
parent | 405878132383eee168a202cb8b30ff6768d6fb9c (diff) |
Update .gitlab-ci.yml file for build-centos7 so as to copy the installed files...
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |