This repository was archived by the owner on Sep 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed
Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1+ os : linux
2+ dist : xenial
13language : java
24sudo : required
35jdk :
46 - openjdk8
57env :
6- matrix :
8+ jobs :
79 - ENGINE=lucee@5 COLDBOX_VERSION=stable
810 - ENGINE=adobe@2018 COLDBOX_VERSION=stable
911 - ENGINE=adobe@2016 COLDBOX_VERSION=stable
10- - ENGINE=lucee@5 COLDBOX_VERSION=be
11- - ENGINE=adobe@2018 COLDBOX_VERSION=be
12- - ENGINE=adobe@2016 COLDBOX_VERSION=be
12+ jobs :
13+ include :
14+ - if : type = cron
15+ env :
16+ - ENGINE=lucee@5 COLDBOX_VERSION=stable
17+ - ENGINE=adobe@2018 COLDBOX_VERSION=stable
18+ - ENGINE=adobe@2016 COLDBOX_VERSION=stable
19+ - ENGINE=lucee@5 COLDBOX_VERSION=be
20+ - ENGINE=adobe@2018 COLDBOX_VERSION=be
21+ - ENGINE=adobe@2016 COLDBOX_VERSION=be
1322before_install :
1423 - curl -fsSl https://downloads.ortussolutions.com/debs/gpg | sudo apt-key add -
1524 - sudo echo "deb http://downloads.ortussolutions.com/debs/noarch /" | sudo tee -a /etc/apt/sources.list.d/commandbox.list
@@ -28,4 +37,6 @@ after_success:
2837 - box config set endpoints.forgebox.APIToken=${FORGEBOX_TOKEN}
2938 - box semantic-release
3039notifications :
31- email : false
40+ email :
41+ if : type = cron
42+ on_failure : always
Original file line number Diff line number Diff line change @@ -15,4 +15,8 @@ component {
1515 this .mappings [ " /coldbox" ] = testsPath & " resources/app/coldbox" ;
1616 this .mappings [ " /testbox" ] = rootPath & " /testbox" ;
1717
18+ function onRequestStart () {
19+ structDelete ( application , " cbController" );
20+ }
21+
1822}
You can’t perform that action at this time.
0 commit comments