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
aca87a45
Commit
aca87a45
authored
Aug 03, 2020
by
Ben Boeckel
⛰
Browse files
gitlab-ci: fix permissions on the upload key
parent
a963e562
Pipeline
#183262
passed with stages
in 47 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/upload.yml
View file @
aca87a45
...
...
@@ -13,4 +13,5 @@
script
:
-
ls build/
-
dnf install -y --setopt=install_weak_deps=False rsync openssh-clients
-
chmod 400 $RSYNC_BINARY_KEY
-
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