Skip to content

Commit

Permalink
Remove members.xml from publish.otherfiles target
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#409 for details
  • Loading branch information
Alex Stuart committed Feb 5, 2024
1 parent 7746350 commit 1d87fe6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2483,11 +2483,6 @@
<include name="${mdaggr.stats}"/>
</fileset>
</scp>
<scp failonerror="true" remoteTodir="${www.url.members}" keyfile="~/.ssh/id_rsa" knownhosts="~/.ssh/known_hosts">
<fileset dir="${members.dir}">
<include name="members.xml"/>
</fileset>
</scp>
</then>
</if>
</target>
Expand Down

0 comments on commit 1d87fe6

Please sign in to comment.