Skip to content
Snippets Groups Projects
Commit aec5b7df authored by Chrysoula Dikonimaki's avatar Chrysoula Dikonimaki
Browse files

fix paths

parent c3d35aec
No related branches found
No related tags found
1 merge request!12Add a squashfs package
Pipeline #6966297 passed
......@@ -63,8 +63,8 @@ copy:
# tell SSH to forward Kerberos credentials so lxplus can access AFS/EOS on behalf of the user
- 'echo -e "Host *\n\tGSSAPIDelegateCredentials yes\n\tGSSAPITrustDNS yes\n\n" > ~/.ssh/config'
script:
- PACKAGE_DIR=$EOS_PATHsquashfs/package
- COPIED_DIR==$EOS_PATHcgi-folder
- PACKAGE_DIR="${EOS_PATH}squashfs/package"
- COPIED_DIR="${EOS_PATH}cgi-folder"
# make sure to get a forwardable Kerberos ticket so lxplus can access AFS/EOS on behalf of the user
- echo "${EOS_ACCOUNT_PASSWORD}" | kinit -f ${EOS_ACCOUNT_USERNAME}@CERN.CH
- ssh ${EOS_ACCOUNT_USERNAME}@lxplus "bash -s" < ./.gitlab/squashfs.sh $PACKAGE_DIR $COPIED_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment