File tree Expand file tree Collapse file tree 5 files changed +6
-24
lines changed Expand file tree Collapse file tree 5 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 3030 services :
3131 - docker
3232 env :
33- - SUGAR_VERSION=8.3 SUGAR_EDITION=Ent
33+ - SUGAR_VERSION=9.0 SUGAR_EDITION=Ent
3434 before_script :
3535 - cd package
3636 - composer install
4747 services :
4848 - docker
4949 env :
50- - SUGAR_VERSION=8.3 SUGAR_EDITION=Pro
51- before_script :
52- - cd package
53- - composer install
54- - " ./pack.php -v $(date +'%Y%m%d-%H.%M.%S')"
55- - cd ../scripts
56- - sudo service mysql stop
57- script :
58- - " ./SetupEnvAndRunTests.sh $SUGARCRM_USERNAME $SUGARCRM_PASSWORD $SUGAR_VERSION
59- $SUGAR_EDITION $GITHUB_USERNAME $GITHUB_PASSWORD workspace/sugardocker"
60- - stage : Run Tests
61- sudo : required
62- language : php
63- php : ' 7.1'
64- services :
65- - docker
66- env :
67- - SUGAR_VERSION=8.3 SUGAR_EDITION=Ult
50+ - SUGAR_VERSION=9.0 SUGAR_EDITION=Pro
6851 before_script :
6952 - cd package
7053 - composer install
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ gitHubPassword=$3
3131if [[ " $sugarVersion " == " 9.0" ]]
3232then branch=" 9_0_0"
3333
34- if [[ " $sugarVersion " == " 8.3" ]]
34+ elif [[ " $sugarVersion " == " 8.3" ]]
3535then branch=" 8_3_0"
3636
3737elif [[ " $sugarVersion " == " 8.2" ]]
Original file line number Diff line number Diff line change 246246 downloadUrl=" $( authenticateToSugarStoreAndGetDownloadUrl " SugarPro-8.0.0.zip" ) "
247247 expectedChecksum=" 418c4b23f6fc6db969dd132722f665d7e5426ed4"
248248
249- if [[ " $sugarName " == " Sugar$sugarEdition_Ent -$sugarVersion_9_0 " ]]
249+ elif [[ " $sugarName " == " Sugar$sugarEdition_Ent -$sugarVersion_9_0 " ]]
250250then
251251 downloadUrl=" $( authenticateToSugarStoreAndGetDownloadUrl " SugarEnt-9.0.0.zip" ) "
252252 expectedChecksum=" 918b87f809e9afef54d9d2275cb3a0c7644be92c"
256256 downloadUrl=" $( authenticateToSugarStoreAndGetDownloadUrl " SugarPro-9.0.0.zip" ) "
257257 expectedChecksum=" 4fa5ed11a579b054a3392d1e91d23d5546a90e02"
258258
259-
260259elif [[ " $sugarName " == " Sugar$sugarEdition_Ent -$sugarVersion_8_2 " ]]
261260then
262261 authenticateToDevBuildsCommunity
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ sudo chmod -R 777 . &> /dev/null
4242currentDockerContainer=" $( cat /etc/hostname) "
4343if [[ -n $currentDockerContainer && $currentDockerContainer != * " travis-job" * ]]
4444then
45- if [[ " $sugarVersion " == " 8.2" || " $sugarVersion " == " 8.3" ]]
45+ if [[ " $sugarVersion " == " 8.2" || " $sugarVersion " == " 8.3" || " $sugarVersion " == " 9.0 " ]]
4646 then
4747 network=" sugar81_default"
4848 elif [[ " $sugarVersion " == " 8.0" ]]
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dockerDirectory=$2
3131
3232if [[ " $sugarVersion " == " 9.0" ]]
3333then
34- ymlPath=$dockerDirectory /stacks/sugar81 /php71.yml
34+ ymlPath=$dockerDirectory /stacks/sugar83 /php71.yml
3535elif [[ " $sugarVersion " == " 8.3" ]]
3636then
3737 ymlPath=$dockerDirectory /stacks/sugar81/php71.yml
You can’t perform that action at this time.
0 commit comments