Skip to content

Commit

Permalink
Merge pull request SquareBracketAssociates#14 from jecisc/cf_updated_…
Browse files Browse the repository at this point in the history
…download_script

now the script will download Pillar on Pharo 4
  • Loading branch information
DamienCassou committed May 22, 2015
2 parents 738c0bc + 20e526b commit 866aa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

VM_INSTALL_URL="http://get.pharo.org/vm"
IMAGE_URL="https://ci.inria.fr/pharo-contribution/job/Pillar/PHARO=30,VERSION=stable,VM=vm/lastSuccessfulBuild/artifact/Pillar.zip"
IMAGE_URL="https://ci.inria.fr/pharo-contribution/job/Pillar/PHARO=40,VERSION=stable,VM=vm/lastSuccessfulBuild/artifact/Pillar.zip"
PHARO_VM=${PHARO_VM:-./pharo}

usage() {
Expand Down

0 comments on commit 866aa79

Please sign in to comment.