Skip to content

Commit

Permalink
load Roassal3 without 'Full'
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Jan 19, 2024
1 parent 27702fe commit 0224cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0224cf7

Please sign in to comment.