Skip to content

Commit

Permalink
Merge 8bfb502 into 73a3a19
Browse files Browse the repository at this point in the history
  • Loading branch information
viklund committed Oct 8, 2018
2 parents 73a3a19 + 8bfb502 commit 1e76d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_and_create_docker_db_volume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
VOLUME='mysql-data-volume'

echo 'Downloading data'
curl -O https://swefreq.nbis.se/static/testing/mysql-data.tar.bz2
curl -O https://swefreq-dev.nbis.se/static/testing/mysql-data.tar.bz2
tar xjf mysql-data.tar.bz2

echo 'Creating datavolume and filling it with data'
Expand Down

0 comments on commit 1e76d83

Please sign in to comment.