Skip to content

Commit bbe9f35

Browse files
Revert "split migration"
This reverts commit 42641d9.
1 parent 42641d9 commit bbe9f35

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed

Dockerfile.WithMigration.shizen

Lines changed: 0 additions & 27 deletions
This file was deleted.

Dockerfile.shizen

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN sed -i 's|${db.user}|${env.DB_USERNAME}|g' pom.xml
2222
RUN sed -i 's|${db.password}|${env.DB_PASSWORD}|g' pom.xml
2323
RUN sed -i 's|${db.schema}|${env.DB_DATABASE}|g' pom.xml
2424

25-
RUN ./mvnw clean package -Pkubernetes,no-flyway -Djdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
26-
27-
CMD java -jar target/steve.jar
25+
CMD ./mvnw clean package -Pkubernetes -Djdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2" && \
26+
java -jar target/steve.jar
2827

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@
8989
<skipTests>false</skipTests>
9090
</properties>
9191
</profile>
92-
<profile>
93-
<id>no-flyway</id>
94-
<properties>
95-
<skipFlyway>true</skipFlyway>
96-
</properties>
97-
</profile>
98-
9992
</profiles>
10093

10194
<build>
@@ -338,9 +331,6 @@
338331
<goals>
339332
<goal>migrate</goal>
340333
</goals>
341-
<configuration>
342-
<skip>${skipFlyway}</skip>
343-
</configuration>
344334
</execution>
345335
</executions>
346336

0 commit comments

Comments
 (0)