Skip to content

Commit

Permalink
Download database volume from dev instead
Browse files Browse the repository at this point in the history
  • Loading branch information
viklund committed Oct 8, 2018
1 parent 73a3a19 commit 8bfb502
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 8bfb502

Please sign in to comment.