Skip to content

Commit

Permalink
fix faling test by creating pharo.version file
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Feb 5, 2019
1 parent 8e32e49 commit e373885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function prepare_image() {
esac
wget --quiet -O - get.pharo.org/$ARCH_PATH$PHARO | bash
wget --quiet -O - get.pharo.org/$ARCH_PATH$VM$PHARO | bash
cat $PHARO > 'pharo.version'
echo $PHARO > 'pharo.version'

./pharo Pharo.image save PharoLauncher --delete-old
./pharo PharoLauncher.image --version > version.txt
Expand Down

0 comments on commit e373885

Please sign in to comment.