diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-09-17 17:07:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 17:07:26 +0200 |
commit | 1768b923f1af724ffaff4f49b8bd38e608291ddd (patch) | |
tree | 198aec673ab39b8b060dc13cbcde4546909333a2 /share | |
parent | aa6651fe27dda47c69042c06b5d56ffdb9d582e0 (diff) | |
download | spack-1768b923f1af724ffaff4f49b8bd38e608291ddd.tar.gz spack-1768b923f1af724ffaff4f49b8bd38e608291ddd.tar.bz2 spack-1768b923f1af724ffaff4f49b8bd38e608291ddd.tar.xz spack-1768b923f1af724ffaff4f49b8bd38e608291ddd.zip |
cloud_pipelines/.gitlab-ci.yml: run spack arch (#46437)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index 9bee896586..f0f0a0b681 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -181,6 +181,7 @@ default: - cat /proc/loadavg || true - cat /proc/meminfo | grep 'MemTotal\|MemFree' || true - . "./share/spack/setup-env.sh" + - spack arch after_script: - cat /proc/loadavg || true - cat /proc/meminfo | grep 'MemTotal\|MemFree' || true |