Skip to content

Commit 5005a1b

Browse files
author
ace-n
committed
HACK take 3: use env var not used by local Cloud Build
1 parent 38a32f1 commit 5005a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

functions/snippets/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@
121121
<profiles>
122122
<profile>
123123
<activation>
124-
<file>
125-
<exists>/builder/home</exists>
126-
</file>
124+
<property>
125+
<name>env.NEW_BUILD</name>
126+
</property>
127127
</activation>
128128
<properties>
129129
<skipTests>true</skipTests>

0 commit comments

Comments
 (0)