Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
ParaView-Superbuild
Commits
2021dd4b
Commit
2021dd4b
authored
Aug 13, 2020
by
Ben Boeckel
⛰
Browse files
gitlab-ci: create the public key for the upload key
parent
9231f271
Pipeline
#184610
failed with stages
in 50 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/upload.yml
View file @
2021dd4b
...
...
@@ -14,4 +14,5 @@
-
ls build/
-
dnf install -y --setopt=install_weak_deps=False rsync openssh-clients
-
chmod 400 $RSYNC_BINARY_KEY
-
ssh-keygen -y -f $RSYNC_BINARY_KEY > $RSYNC_BINARY_KEY.pub
-
rsync -tv --recursive -e "ssh -i $RSYNC_BINARY_KEY -o StrictHostKeyChecking=no" build/ kitware@public.kitware.com:$RSYNC_DESTINATION/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment