File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
appsec/tests/integration/gradle Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1097,7 +1097,7 @@ jobs:
10971097 name : Integration tests
10981098 command : |
10991099 cd appsec/tests/integration && \
1100- ./gradlew loadCaches check --info
1100+ TERM=dumb ./gradlew loadCaches check --info
11011101
11021102 hunter_cache_ubuntu :
11031103 parameters :
Original file line number Diff line number Diff line change @@ -180,6 +180,9 @@ def allPushTasks = [
180180 * testMatrix. collect { spec ->
181181 buildPushTask(" apache2-mod-php-${ spec[0]} -${ spec[1]} " , " buildApache2Mod-${ spec[0]} -${ spec[1]} " )
182182 },
183+ * testMatrix. collect { spec ->
184+ buildPushTask(" apache2-fpm-php-${ spec[0]} -${ spec[1]} " , " buildApache2Fpm-${ spec[0]} -${ spec[1]} " )
185+ },
183186 * testMatrix. collect { spec ->
184187 buildPushTask(" nginx-fpm-php-${ spec[0]} -${ spec[1]} " , " buildNginxFpm-${ spec[0]} -${ spec[1]} " )
185188 },
You can’t perform that action at this time.
0 commit comments