Skip to content

Commit c72804a

Browse files
committed
wip
1 parent 8f1eddc commit c72804a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.circleci/continue_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

appsec/tests/integration/gradle/images.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)