From a86c945e3a9e46dfe53c950a1f64852f3052d6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marti=CC=81n=20Dias?= Date: Tue, 7 Sep 2021 21:59:22 -0300 Subject: [PATCH] build with 100+vmLatest --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 896e3b6..bb60401 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -17,7 +17,7 @@ esac REPO_DIR="$(dirname "$SCRIPTS_DIR")" # Get a fresh image and load code -curl https://get.pharo.org/64/90+vmHeadlessLatest | bash +curl https://get.pharo.org/64/100+vmLatest | bash ./pharo Pharo.image eval --save "EpMonitor current disable" ./pharo Pharo.image metacello install "tonel://$REPO_DIR/src" BaselineOfSpecBrick ./pharo Pharo.image eval --save "EpMonitor current enable"