diff options
author | Brad King <brad.king@kitware.com> | 2021-01-07 15:42:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-01-07 21:09:28 (GMT) |
commit | 3679b74a69151b246d0df329793dbeebfe9fdb66 (patch) | |
tree | 93ccc85b1d56809151e10a8d64067716c4424795 /.gitlab | |
parent | 95e3ff2e88aa8dd984915e6e0373eed2bb96f17f (diff) | |
download | CMake-3679b74a69151b246d0df329793dbeebfe9fdb66.zip CMake-3679b74a69151b246d0df329793dbeebfe9fdb66.tar.gz CMake-3679b74a69151b246d0df329793dbeebfe9fdb66.tar.bz2 |
gitlab-ci: update upload jobs to go to cmake.org
Upload binaries to `cmake.org` through its own name rather than
through the `public.kitware.com` alias.
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/upload.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/upload.yml b/.gitlab/upload.yml index 6bfa763..8b8daa1 100644 --- a/.gitlab/upload.yml +++ b/.gitlab/upload.yml @@ -15,4 +15,4 @@ - 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 -o LogLevel=ERROR" build/ kitware@public.kitware.com:$RSYNC_DESTINATION/ + - rsync -tv --recursive -e "ssh -i $RSYNC_BINARY_KEY -o StrictHostKeyChecking=no -o LogLevel=ERROR" build/ kitware@cmake.org:$RSYNC_DESTINATION/ |