File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ docs:
197
197
- automount
198
198
- cat "$DAVIXCI_PW" | kinit davixci
199
199
- SNAPSHOT=$(date +%s)
200
- - TARGET="/eos/project/ d/davix/www/docs/${CI_COMMIT_REF_NAME}"
200
+ - TARGET="/eos/project- d/davix/www/docs/${CI_COMMIT_REF_NAME}"
201
201
- STAGING_AREA="$TARGET-${SNAPSHOT}"
202
202
- cp -r docs "$STAGING_AREA"
203
203
- ci/replace-directory.sh "$STAGING_AREA" "$TARGET"
@@ -218,7 +218,7 @@ rpms:
218
218
script :
219
219
- automount
220
220
- cat "$STCI_PASSWORD" | kinit stci
221
- - 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
221
+ - 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
222
222
tags :
223
223
- docker-privileged-xl
224
224
retry : 2
You can’t perform that action at this time.
0 commit comments