Skip to content

Commit de8ea30

Browse files
committed
Finally fix Metacello installation issues 🎉
We can simply skip the bootstraps process because an older version of Metacello is already installed ... 🤦‍♂️ For more information, see: Metacello/metacello#524 (comment)
1 parent ef53391 commit de8ea30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/preLoading.st

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"Workaround for https://github.com/hpi-swa/smalltalkCI/pull/485 and https://github.com/Metacello/metacello/issues/524"
2-
Installer new installSAR: 'metacello2.sar' from: (
3-
WebClient httpGet: 'https://gist.githubusercontent.com/LinqLover/8407df4997d465046920d9cd46a4e6f7/raw/8af1c40dc51564635b8e8ccf34919d4170b7c79d/metallo2.sar.base64')
4-
content base64Decoded asByteArray readStream.
2+
SCIMetacelloLoadSpec updateMetacello.
53

64
"Actual credentials configuration"
75
MCFetchGithubRepository sitePassword: (SmalltalkCI getEnv: 'GITHUB_TOKEN').

0 commit comments

Comments
 (0)