Skip to content

Commit

Permalink
HACK take 3: use env var not used by local Cloud Build
Browse files Browse the repository at this point in the history
  • Loading branch information
ace-n committed Mar 20, 2020
1 parent 38a32f1 commit 5005a1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functions/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
<profiles>
<profile>
<activation>
<file>
<exists>/builder/home</exists>
</file>
<property>
<name>env.NEW_BUILD</name>
</property>
</activation>
<properties>
<skipTests>true</skipTests>
Expand Down

0 comments on commit 5005a1b

Please sign in to comment.