Skip to content

Commit

Permalink
build rpm in local directory (scratch)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Aug 20, 2024
1 parent 240b247 commit 37c04fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cscs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ build rpm:
image: $CSCS_REGISTRY_PATH/base/public/slurm-uenv-mount
script:
- |
_rpm_build_dir=/tmp/uenv-rpm
_rpm_build_dir=./
mkdir -p ${_rpm_build_dir}
/src/rpm/make-rpm.sh --slurm-version "${slurm_version}" ${_rpm_build_dir}

0 comments on commit 37c04fa

Please sign in to comment.