Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(pom): failing tests on CI for PRs
introduced by 3b49f4f
secret sharing of record key is not a thing
  • Loading branch information
duncdrum committed Jun 8, 2021
commit d6bb45d7bb4c1021b58a16dbdaffd90bc5dff6a9
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@
<id>cypress-without-record</id>
<activation>
<property>
<name>env.CI</name>
<value>!true</value>
<name>env.GITHUB_BASE_REF</name>
<value>master</value>
</property>
</activation>
<build>
Expand Down Expand Up @@ -407,8 +407,8 @@
<id>cypress-with-record</id>
<activation>
<property>
<name>env.CI</name>
<value>true</value>
<name>env.GITHUB_REF</name>
<value>refs/heads/master</value>
</property>
</activation>
<build>
Expand Down