Skip to content

Commit

Permalink
Finally fix Metacello installation issues πŸŽ‰
Browse files Browse the repository at this point in the history
We can simply skip the bootstraps process because an older version of
Metacello is already installed ... πŸ€¦β€β™‚οΈ For more information, see:
Metacello/metacello#524 (comment)
  • Loading branch information
LinqLover committed Nov 8, 2020
1 parent ef53391 commit de8ea30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/preLoading.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"Workaround for https://github.com/hpi-swa/smalltalkCI/pull/485 and https://github.com/Metacello/metacello/issues/524"
Installer new installSAR: 'metacello2.sar' from: (
WebClient httpGet: 'https://gist.githubusercontent.com/LinqLover/8407df4997d465046920d9cd46a4e6f7/raw/8af1c40dc51564635b8e8ccf34919d4170b7c79d/metallo2.sar.base64')
content base64Decoded asByteArray readStream.
SCIMetacelloLoadSpec updateMetacello.

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

0 comments on commit de8ea30

Please sign in to comment.