mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Avoid overwritting packages that have the same name on snapshots (and so, the code doesn't change)[ci skip]
This commit is contained in:
parent
d6f5a7f0ce
commit
cde606da04
3 changed files with 3 additions and 3 deletions
|
|
@ -95,7 +95,7 @@ job-centos7-ninja-gcc-deploy:
|
|||
- $NIGHTLY_MASTER
|
||||
- $DEPLOY_LINUX
|
||||
script:
|
||||
- scp build/OUTPUT/Packages/*.AppImage $DEPLOY_SERVER:$APPIMAGE_UPLOAD_DIRECTORY/
|
||||
- rsync -rlv --ignore-existing build/OUTPUT/Packages/*.AppImage $DEPLOY_SERVER:$APPIMAGE_UPLOAD_DIRECTORY/
|
||||
|
||||
#################################################
|
||||
# Debug
|
||||
|
|
|
|||
|
|
@ -113,4 +113,4 @@ job-macosx-makefile-deploy:
|
|||
- $NIGHTLY_MASTER
|
||||
- $DEPLOY_MACOSX
|
||||
script:
|
||||
- scp build/OUTPUT/Packages/Linphone*.dmg $DEPLOY_SERVER:$MACOSX_UPLOAD_DIRECTORY/app/
|
||||
- rsync -rlv --ignore-existing build/OUTPUT/Packages/Linphone*.dmg $DEPLOY_SERVER:$MACOSX_UPLOAD_DIRECTORY/app/
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ job-windows-vs2017-win32-upload:
|
|||
dependencies:
|
||||
- job-windows-vs2017-package
|
||||
script:
|
||||
- scp "results/*.exe" "%DEPLOY_SERVER%:%DEPLOY_SNAPSHOTS_ROOT_DIRECTORY%/windows/app"
|
||||
- c:\MinGW\msys\1.0\bin\rsync -rlv --ignore-existing "results/*.exe" "%DEPLOY_SERVER%:%DEPLOY_SNAPSHOTS_ROOT_DIRECTORY%/windows/app"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue