Merge branch 'feature/RM-6374_ConfigureBambooPlansToUseEnterpriseImages_no' into 'master'

RM-6374 Profiles and dockerfiles updates in order to build docker images in bamboo

See merge request records-management/records-management!1052
This commit is contained in:
Claudia Agache
2018-06-22 06:46:08 +01:00

11
pom.xml
View File

@@ -356,6 +356,13 @@
<goal>build</goal>
</goals>
</execution>
<execution>
<id>build-image-verify</id>
<phase>verify</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
@@ -387,7 +394,7 @@
<executions>
<execution>
<id>build-push-image</id>
<phase>install</phase>
<phase>deploy</phase>
<goals>
<goal>build</goal>
<goal>push</goal>
@@ -431,7 +438,7 @@
<executions>
<execution>
<id>build-push-image</id>
<phase>install</phase>
<phase>deploy</phase>
<goals>
<goal>build</goal>
<goal>push</goal>