ACS-2615 Build images before running integration tests (#550)

This commit is contained in:
Piotr Żurek 2022-03-02 12:11:04 +01:00 committed by GitHub
parent 88cc6c7b3b
commit 5ad9a7f150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 48 additions and 6 deletions

View File

@ -252,9 +252,16 @@
</configuration>
<executions>
<execution>
<phase>install</phase>
<id>build-image</id>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
<execution>
<id>push-image</id>
<phase>install</phase>
<goals>
<goal>push</goal>
</goals>
</execution>

View File

@ -227,9 +227,16 @@
</configuration>
<executions>
<execution>
<phase>install</phase>
<id>build-image</id>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
<execution>
<id>push-image</id>
<phase>install</phase>
<goals>
<goal>push</goal>
</goals>
</execution>

View File

@ -235,9 +235,16 @@
</configuration>
<executions>
<execution>
<phase>install</phase>
<id>build-image</id>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
<execution>
<id>push-image</id>
<phase>install</phase>
<goals>
<goal>push</goal>
</goals>
</execution>

View File

@ -223,9 +223,16 @@
</configuration>
<executions>
<execution>
<phase>install</phase>
<id>build-image</id>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
<execution>
<id>push-image</id>
<phase>install</phase>
<goals>
<goal>push</goal>
</goals>
</execution>

View File

@ -223,9 +223,16 @@
</configuration>
<executions>
<execution>
<phase>install</phase>
<id>build-image</id>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
<execution>
<id>push-image</id>
<phase>install</phase>
<goals>
<goal>push</goal>
</goals>
</execution>

View File

@ -307,9 +307,16 @@
</configuration>
<executions>
<execution>
<phase>install</phase>
<id>build-image</id>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
<execution>
<id>push-image</id>
<phase>install</phase>
<goals>
<goal>push</goal>
</goals>
</execution>