Skip to content

Commit

Permalink
remove evaluation-diffs from git
Browse files Browse the repository at this point in the history
the evaluation-diffs are now provided a dowload of a release artifact
  • Loading branch information
moritzfl committed Mar 13, 2019
1 parent c874302 commit 174eb91
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Binary file removed diffs/diffs.zip.001
Binary file not shown.
Binary file removed diffs/diffs.zip.002
Binary file not shown.
2 changes: 0 additions & 2 deletions diffs/readme.md

This file was deleted.

10 changes: 0 additions & 10 deletions download-diffs.sh

This file was deleted.

12 changes: 12 additions & 0 deletions get-evaluation-diffs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh -e

BASEDIR=$(dirname "$0")

cd $BASEDIR

mkdir -p diffs
cd diffs

wget https://github.com/moritzfl/IncrementalAnalysesEvaluation/releases/download/2.1/diffs.zip
unzip diffs.zip
rm diffs.zip

0 comments on commit 174eb91

Please sign in to comment.