Skip to content

Commit

Permalink
forgot env
Browse files Browse the repository at this point in the history
  • Loading branch information
Juergen Rose committed Mar 13, 2024
1 parent e36e703 commit 75b35c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<id>github</id>
<activation>
<property>
<name>CI</name>
<name>env.CI</name>
<value>github</value>
</property>
</activation>
Expand Down Expand Up @@ -406,7 +406,7 @@
<id>internal</id>
<activation>
<property>
<name>CI</name>
<name>env.CI</name>
<value>Jenkins</value>
</property>
</activation>
Expand Down

0 comments on commit 75b35c1

Please sign in to comment.