Skip to content

Commit

Permalink
ci: activate the local profile when CI=false and absent (#18617)
Browse files Browse the repository at this point in the history
  • Loading branch information
teleivo committed Sep 19, 2024
1 parent 7d5f2ee commit 492bd87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dhis-2/dhis-web/dhis-web-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<id>local</id>
<activation>
<property>
<name>env.CI</name>
<value>false</value>
<name>!env.CI</name>
<!-- Activates when CI is not defined -->
</property>
</activation>
<build>
Expand Down

0 comments on commit 492bd87

Please sign in to comment.