Skip to content

Commit

Permalink
change default build profile to ci (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricJoy2048 authored Aug 28, 2023
1 parent 3ba81e7 commit 093eed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seatunnel-web-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<profile>
<id>release</id>
<activation>
<activeByDefault>true</activeByDefault>
<activeByDefault>false</activeByDefault>
<property>
<name>release</name>
<value>true</value>
Expand Down Expand Up @@ -128,7 +128,7 @@
<profile>
<id>ci</id>
<activation>
<activeByDefault>false</activeByDefault>
<activeByDefault>true</activeByDefault>
<property>
<name>release</name>
<value>true</value>
Expand Down

0 comments on commit 093eed3

Please sign in to comment.