Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apertis-image-recipes
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Denis Pynkin
apertis-image-recipes
Commits
05163e05
Commit
05163e05
authored
7 years ago
by
Andrew Lee (李健秋)
Browse files
Options
Downloads
Patches
Plain Diff
Correct url.
parent
5cd91559
Branches
wip/alee
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/Jenkinsfile
+1
-1
1 addition, 1 deletion
website/Jenkinsfile
with
1 addition
and
1 deletion
website/Jenkinsfile
+
1
−
1
View file @
05163e05
...
...
@@ -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@image
s
.apertis.org:/srv/image
s
.apertis.org/www'
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment