Skip to content
Snippets Groups Projects
Commit 4c608507 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Mount home dir if not already mounted

parent 19e5a790
No related branches found
No related tags found
1 merge request!45Mount home dir if not already mounted
Pipeline #7663 passed with stages
in 22 minutes and 34 seconds
......@@ -133,6 +133,7 @@ test:
chown shibd:shibd /run/shibboleth
pip3 install s3cmd
s3cmd get --force -r --access_key=$AWS_ACCESS_KEY_ID --secret_key=$AWS_SECRET_ACCESS_KEY --host=$AWS_HOST --host-bucket=$AWS_HOST s3://knightly-key/ /etc/ssh/
mount | grep home || mount /home
OEOF
- >
export NEW_INSTANCE_ID=$(openstack server create
......
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