Skip to content

Commit

Permalink
CI: Update the EOS destination repository location according to the n…
Browse files Browse the repository at this point in the history
…ew naming convention
  • Loading branch information
mpatrascoiu committed Oct 13, 2023
1 parent e6594a3 commit c3330db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ docs:
- automount
- cat "$DAVIXCI_PW" | kinit davixci
- SNAPSHOT=$(date +%s)
- TARGET="/eos/project/d/davix/www/docs/${CI_COMMIT_REF_NAME}"
- TARGET="/eos/project-d/davix/www/docs/${CI_COMMIT_REF_NAME}"
- STAGING_AREA="$TARGET-${SNAPSHOT}"
- cp -r docs "$STAGING_AREA"
- ci/replace-directory.sh "$STAGING_AREA" "$TARGET"
Expand All @@ -218,7 +218,7 @@ rpms:
script:
- automount
- cat "$STCI_PASSWORD" | kinit stci
- for platform in cc7 alma8 alma9; do packaging/repo-manager.py --action add --base /eos/project/s/storage-ci/www/davix --ref ${CI_COMMIT_REF_NAME} --packages ${platform}/RPMS/* ${platform}/SRPMS/* ; done
- for platform in cc7 alma8 alma9; do packaging/repo-manager.py --action add --base /eos/project-s/storage-ci/www/davix --ref ${CI_COMMIT_REF_NAME} --packages ${platform}/RPMS/* ${platform}/SRPMS/* ; done
tags:
- docker-privileged-xl
retry: 2
Expand Down

0 comments on commit c3330db

Please sign in to comment.