Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
scripts/travis: abandon git-based cache of static assets
Browse files Browse the repository at this point in the history
It will now re-fetch the assets on every build
  • Loading branch information
terceiro committed Sep 14, 2017
1 parent be38a4b commit ff60920
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/travis
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
set -eu
set -o pipefail

git fetch origin cache/static
git archive FETCH_HEAD | tar xaf -
python3 -m squad.frontend

(./manage.py test --noinput -v 2 2>&1 || true) | tee .tests

Expand Down

0 comments on commit ff60920

Please sign in to comment.