Do not use archive mode, it copies owner and perms
Related-bug: #1533609 Change-Id: I9afc69569ab4e789d0cd87b1a843c696ee9b579a
This commit is contained in:
parent
75858724e4
commit
6f576a332c
@ -23,7 +23,7 @@ ADMIN_IP=`ENV_NAME=${ENV_NAME} python utils/jenkins/env.py get_admin_ip`
|
||||
# Wait for master to boot
|
||||
sleep 30
|
||||
|
||||
sshpass -p ${ADMIN_PASSWORD} rsync -az . -e "ssh -o StrictHostKeyChecking=no" ${ADMIN_USER}@${ADMIN_IP}:/home/vagrant/solar --include bootstrap/playbooks --exclude "bootstrap/*" --exclude .tox --exclude tmp --exclude x-venv
|
||||
sshpass -p ${ADMIN_PASSWORD} rsync -rz . -e "ssh -o StrictHostKeyChecking=no" ${ADMIN_USER}@${ADMIN_IP}:/home/vagrant/solar --include bootstrap/playbooks --exclude "bootstrap/*" --exclude .tox --exclude tmp --exclude x-venv
|
||||
|
||||
sshpass -p ${ADMIN_PASSWORD} ssh -o StrictHostKeyChecking=no ${ADMIN_USER}@${ADMIN_IP} bash -s <<EOF
|
||||
set -x
|
||||
|
Loading…
x
Reference in New Issue
Block a user