This commit is contained in:
Julien Wadel 2021-09-28 10:15:09 +02:00
parent 0c31da57af
commit 08a7f3b4ce
4 changed files with 7 additions and 7 deletions

View file

@ -151,7 +151,7 @@ job-debian9-makefile-clang-package:
job-debian9-makefile-clang-deploy:
stage: deploy
tags: [ "deploy" ]
dependencies:
needs:
- job-debian9-makefile-clang-package
only:
variables:
@ -164,7 +164,7 @@ job-debian9-makefile-clang-deploy:
job-debian9-makefile-clang-plugins-deploy:
stage: deploy
tags: [ "deploy" ]
dependencies:
needs:
- job-debian9-makefile-clang
only:
variables:

View file

@ -111,7 +111,7 @@ job-macosx-makefile-package:
job-macosx-makefile-deploy:
stage: deploy
tags: [ "macosx-xcode11" ]
dependencies:
needs:
- job-macosx-makefile-package
only:
variables:
@ -124,7 +124,7 @@ job-macosx-makefile-deploy:
job-macosx-makefile-plugins-deploy:
stage: deploy
tags: [ "macosx-xcode11" ]
dependencies:
needs:
- job-macosx-makefile
only:
variables:

View file

@ -103,7 +103,7 @@ job-windows-vs2017-win32-upload:
variables:
- $NIGHTLY_MASTER
- $DEPLOY_WINDOWS
dependencies:
needs:
- job-windows-vs2017-package
script:
- scp "build/OUTPUT/Packages/*.exe" "%DEPLOY_SERVER%:%WINDOWS_UPLOAD_DIRECTORY%"
@ -115,7 +115,7 @@ job-windows-vs2017-plugins-upload:
only:
variables:
- $DEPLOY_PLUGINS
dependencies:
needs:
- job-windows-vs2017-scheduled
script:
- scp "build/OUTPUT/plugins/app/*.dll" "%DEPLOY_SERVER%:%WINDOWS_UPLOAD_DIRECTORY%/plugins"

View file

@ -23,7 +23,7 @@ do
xcrun_result=$?
if [ "${xcrun_result}" != "0" ]
then
if [ "${trycount}" -lt "4" ]
if [ ${trycount} -lt 4 ]
then
tryCount=$((tryCount+1))
sleep 60