Skip to content

Commit

Permalink
Update download_vm.sh
Browse files Browse the repository at this point in the history
We are downloading the Pharo 7 vm. Let's try to download the Pharo9 VM. This then will use the pharo 9 vm to run all tests on the CI
  • Loading branch information
MarcusDenker committed Jul 8, 2020
1 parent 4b07b2a commit 87020c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/scripts/download_vm.sh
Expand Up @@ -9,6 +9,6 @@ mkdir vm
cd vm
echo `pwd`

../bootstrap/scripts/getPharoVM.sh 70 vm $BOOTSTRAP_ARCH
../bootstrap/scripts/getPharoVM.sh 90 vm $BOOTSTRAP_ARCH

cd ..

0 comments on commit 87020c7

Please sign in to comment.