Skip to content

Commit

Permalink
Use new unified baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Mar 11, 2024
1 parent 66f7264 commit df54741
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .smalltalk.Integration.ston
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'PillarApp',
#baseline : 'Pillar',
#directory : 'src',
#platforms : [ #pharo ]
}
Expand Down
2 changes: 1 addition & 1 deletion .smalltalk.Unit.ston
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'PillarApp',
#baseline : 'Pillar',
#directory : 'src',
#platforms : [ #pharo ]
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi

${PHARO} st --quit --save "${__dir}/unload_md.st"

${PHARO} eval --save "Iceberg remoteTypeSelector: #httpsUrl. Metacello new baseline: 'PillarApp'; repository: 'gitlocal://${REPOSITORY_PATH}'; load"
${PHARO} eval --save "Iceberg remoteTypeSelector: #httpsUrl. Metacello new baseline: 'Pillar'; repository: 'gitlocal://${REPOSITORY_PATH}'; load"

${PHARO} eval --save "Deprecation raiseWarning: false."
${PHARO} eval --save "Deprecation showWarning: false."
Expand Down

0 comments on commit df54741

Please sign in to comment.