Skip to content

Commit

Permalink
Merge pull request #56 from s4u/ci-profile
Browse files Browse the repository at this point in the history
Additional profile for CI system
  • Loading branch information
slawekjaranowski authored Aug 29, 2021
2 parents 1e99235 + 0aade38 commit 2b0cd1d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,18 @@
</build>
</profile>

<profile>
<id>ci-system</id>
<activation>
<property>
<name>env.CI</name>
</property>
</activation>
<properties>
<invoker.streamLogsOnFailures>true</invoker.streamLogsOnFailures>
</properties>
</profile>

<profile>
<id>update-show</id>
<build>
Expand Down

0 comments on commit 2b0cd1d

Please sign in to comment.