Skip to content

Commit

Permalink
Do not extract tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Maijers authored and Sander Maijers committed Aug 4, 2016
1 parent df9f837 commit efdd685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ deploy:
api_key:
secure: "$DEPLOY_OAUTH_TOKEN"
file:
- "bootstrap.tgz"
- "variables.less"
- "bootstrap/"
on:
tags: true
overwrite: true
Expand Down
8 changes: 2 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#!/bin/sh

mkdir -- 'bootstrap/'
cd -- 'bootstrap/' || return
curl --fail --location --show-error --silent --tlsv1 -- \
"$BOOTSTRAP_DEP_URL" | \
tar -f - -p --strip-components=1 -x -z
cd -- '-' || return
curl --fail --location --show-error --silent --tlsv1 "$BOOTSTRAP_DEP_URL" \
--output 'bootstrap.tgz'

0 comments on commit efdd685

Please sign in to comment.