mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Creating release archives in parent folder by default, to avoid archiving the archive by accident
This commit is contained in:
parent
fb2cde19e9
commit
0337650f35
@ -146,7 +146,7 @@ Options:
|
||||
<if>
|
||||
<equals arg1="${archivetype}" arg2="tar.gz" casesensitive="false" trim="true"/>
|
||||
<then>
|
||||
<tar destfile="${basedir}/${archivefilename}" compression="gzip">
|
||||
<tar destfile="${basedir}/../${archivefilename}" compression="gzip">
|
||||
<fileset dir="${tmp}">
|
||||
<include name="**/**" />
|
||||
</fileset>
|
||||
@ -158,7 +158,7 @@ Options:
|
||||
<if>
|
||||
<equals arg1="${archivetype}" arg2="zip" casesensitive="false" trim="true"/>
|
||||
<then>
|
||||
<zip destfile="${basedir}/${archivefilename}">
|
||||
<zip destfile="${basedir}/../${archivefilename}">
|
||||
<fileset dir="${tmp}">
|
||||
<include name="**/**" />
|
||||
</fileset>
|
||||
|
Loading…
Reference in New Issue
Block a user