Skip to content
Snippets Groups Projects
Commit 05163e05 authored by Andrew Lee (李健秋)'s avatar Andrew Lee (李健秋)
Browse files

Correct url.

parent 5cd91559
Branches wip/alee
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ pipeline {
script {
sshagent (credentials: [ "collabora-rodoric-docsync", ] ) {
sh 'echo docker:x:$(id -u):$(id -g):docker gecos:/tmp:/bin/false > ${NSS_WRAPPER_PASSWD}'
sh 'LD_PRELOAD=libnss_wrapper.so rsync -e "ssh -oStrictHostKeyChecking=no" -vvva --no-group --no-owner --no-perms --delete-after --dry-run website/www/ docsync@image.apertis.org:/srv/image.apertis.org/www'
sh 'LD_PRELOAD=libnss_wrapper.so rsync -e "ssh -oStrictHostKeyChecking=no" -vvva --no-group --no-owner --no-perms --delete-after --dry-run website/www/ docsync@images.apertis.org:/srv/images.apertis.org/www'
}
}
}
......
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