Skip to content

Commit 01b0a5d

Browse files
Skipping docker for GA releases
1 parent b9b9896 commit 01b0a5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
<activeByDefault>true</activeByDefault>
2929
</activation>
3030
</profile>
31-
<profile>
31+
<!-- TODO: Fix me -->
32+
<!--<profile>
3233
<id>integration</id>
3334
<activation>
3435
<activeByDefault>false</activeByDefault>
@@ -47,7 +48,7 @@
4748
<module>spring-cloud-contract-docker</module>
4849
<module>spring-cloud-contract-stub-runner-docker</module>
4950
</modules>
50-
</profile>
51+
</profile>-->
5152
</profiles>
5253

5354
<build>

0 commit comments

Comments
 (0)