Files
angular.js/scripts/travis/fetch_bundle.sh

10 lines
193 B
Bash
Executable File

#!/bin/bash
set -e
# normalize the working dir to the directory of the script
cd $(dirname $0);
cd ../..
curl "http://23.251.144.68:8000/fetch-tar/$TRAVIS_REPO_SLUG/$TRAVIS_COMMIT" | tar xz