Skip to content

Commit

Permalink
Fix upload directory in CI [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledjlale committed Jul 3, 2020
1 parent d1691d9 commit c273d88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci-files/job-linux-desktop-debian9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ job-debian9-makefile-clang-deploy:
- $NIGHTLY_MASTER
- $DEPLOY_LINUX
script:
- rsync -rlv --ignore-existing build/OUTPUT/Packages/*.AppImage $DEPLOY_SERVER:$APPIMAGE_DEPLOY_SNAPSHOTS_PATH/
- rsync -rlv --ignore-existing build/OUTPUT/Packages/*.AppImage $DEPLOY_SERVER:APPIMAGE_UPLOAD_DIRECTORY/

#################################################
# Debug
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci-files/job-macosx-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ job-macosx-makefile-deploy:
- $NIGHTLY_MASTER
- $DEPLOY_MACOSX
script:
- rsync -rlv --ignore-existing build/OUTPUT/Packages/Linphone*.dmg $DEPLOY_SERVER:$MACOSX_DEPLOY_SNAPSHOTS_PATH
- rsync -rlv --ignore-existing build/OUTPUT/Packages/Linphone*.dmg $DEPLOY_SERVER:MACOSX_UPLOAD_DIRECTORY
2 changes: 1 addition & 1 deletion .gitlab-ci-files/job-windows-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ job-windows-vs2017-win32-upload:
dependencies:
- job-windows-vs2017-package
script:
- scp "results/*.exe" "%DEPLOY_SERVER%:%WINDOWS_DEPLOY_SNAPSHOTS_PATH%"
- scp "results/*.exe" "%DEPLOY_SERVER%:%WINDOWS_UPLOAD_DIRECTORY%"



Expand Down

0 comments on commit c273d88

Please sign in to comment.