mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-01-12 15:59:52 -05:00
Merge branch 'add_nightly_builds' into 'main'
Added --delete option to rsync push to repo server See merge request veilid/veilid!298
This commit is contained in:
commit
9541aea683
@ -58,7 +58,7 @@ gpgkey=https://packages.veilid.net/gpg/veilid-packages-key.public" > $HOME/srv/r
|
||||
# Tar the repo data and transfer to the repo server
|
||||
echo "Moving the repo scaffold to the repo server"
|
||||
cd $HOME
|
||||
rsync --archive $HOME/srv/* gitlab-runner@10.116.0.3:/srv
|
||||
rsync --archive --delete $HOME/srv/* gitlab-runner@10.116.0.3:/srv
|
||||
|
||||
# Cleanup
|
||||
echo "Cleaning up the workspace"
|
||||
|
@ -67,7 +67,7 @@ gpgkey=https://packages.veilid.net/gpg/veilid-packages-key.public" > $HOME/srv/r
|
||||
# Tar the repo data and transfer to the repo server
|
||||
echo "Moving the repo scaffold to the repo server"
|
||||
cd $HOME
|
||||
rsync --archive $HOME/srv/* gitlab-runner@10.116.0.3:/srv
|
||||
rsync --archive --delete $HOME/srv/* gitlab-runner@10.116.0.3:/srv
|
||||
|
||||
# Cleanup
|
||||
echo "Cleaning up the workspace"
|
||||
|
Loading…
Reference in New Issue
Block a user