From 0224cf70e9d365710e812dd6285f1e2b04d09d3c Mon Sep 17 00:00:00 2001 From: Sean Marquez Date: Fri, 19 Jan 2024 03:58:10 -0700 Subject: [PATCH] load Roassal3 without 'Full' --- playbook.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbook.yaml b/playbook.yaml index c51b279..e98015a 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -491,9 +491,9 @@ cmd: mv Pharo{{ pharo_version }}-SNAPSHOT-64bit-{{ pharo_commit }}.changes RoassalPlayground.changes chdir: /home/kasm-default-profile/Pharo/images/RoassalPlayground executable: /bin/bash - - name: Load Full Roassal3 package into RoassalPlayground using Metacello + - name: Load Roassal3 package into RoassalPlayground using Metacello shell: - cmd: ./pharo RoassalPlayground.image eval --save "[Metacello new baseline{{ ':' }} 'Roassal3'; repository{{ ':' }} 'gitlocal{{ ':' }}//./pharo-local/iceberg/pharo-graphics/Roassal/src'; load{{ ':' }} 'Full'] on{{ ':' }} MCMergeOrLoadWarning do{{ ':' }} [:warning | warning load ]" + cmd: ./pharo RoassalPlayground.image eval --save "[Metacello new baseline{{ ':' }} 'Roassal3'; repository{{ ':' }} 'gitlocal{{ ':' }}//./pharo-local/iceberg/pharo-graphics/Roassal/src'; load] on{{ ':' }} MCMergeOrLoadWarning do{{ ':' }} [:warning | warning load ]" chdir: /home/kasm-default-profile/Pharo/images/RoassalPlayground executable: /bin/bash - name: Create directory for svenvc/NeoCSV in RoassalPlayground/pharo-local/iceberg