Skip to content

Commit

Permalink
New test fix for unzipping issue at Bamboo (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
rat-moonshine committed Jul 19, 2021
1 parent 90ab2b8 commit 824ffde
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ package actionScripts.utils
'<target name="unzipAIRSDK" if="${shouldUnzip}">',
'<target name="unzipAIRSDK2">' +
'<echo>Unzipping ${download.dir}/airsdk/'+ tmpFileName +'</echo>' +
'<exec executable="tar" dir="${download.dir}/airsdk">' +
'<arg value="-xvf" />' +
'<arg value="${download.dir}/airsdk/'+ tmpFileName +'" />' +
'</exec>' +
'<unzip src="${download.dir}/airsdk/'+ tmpFileName +'" dest="${download.dir}/airsdk" overwrite="true" />' +
'<delete file="${download.dir}/airsdk/'+ tmpFileName +'" />' +
'</target>' +
'<target name="unzipAIRSDK" if="${shouldUnzip}">'
Expand Down

0 comments on commit 824ffde

Please sign in to comment.