mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 08:25:00 -04:00
Install updated tar exe.
This commit is contained in:
parent
a5a5df5599
commit
b0cf1634c1
2 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,6 @@ TMP_FOLDER=$(try mktemp -d) || exit 1
|
|||
trap 'exit 1' HUP INT TERM
|
||||
trap 'log "cleaning up..."; try cd / && try rm -rf "${TMP_FOLDER}"' EXIT
|
||||
|
||||
rm bin tests node_modules/ep_etherpad-lite
|
||||
log "create a clean environment in $TMP_FOLDER..."
|
||||
try git archive --format=tar HEAD | (try cd "${TMP_FOLDER}" && try tar xf -) \
|
||||
|| fatal "failed to copy etherpad to temporary folder"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue