Don't clobber README.md on de-tar.

This commit is contained in:
Pär Winzell 2019-06-01 12:54:56 -07:00
parent 25ef9167ed
commit 5b475476ba
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ addons:
packages: zstd packages: zstd
install: install:
- curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 - curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 --wildcards */sdk
- zstd -d -r --rm sdk - zstd -d -r --rm sdk
- git clone --depth 1 git://github.com/astropy/ci-helpers.git - git clone --depth 1 git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh - source ci-helpers/travis/setup_conda.sh

View File

@ -164,7 +164,7 @@ else
> cd FBX2glTF > cd FBX2glTF
# Fetch and unpack FBX SDK # Fetch and unpack FBX SDK
> curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 > curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 --wildcards */sdk
# Then decompress the contents # Then decompress the contents
> zstd -d -r --rm sdk > zstd -d -r --rm sdk