We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f275b commit 74117c4Copy full SHA for 74117c4
scripts/preLoading.st
@@ -1 +1,5 @@
1
+"Workaround for https://github.com/hpi-swa/smalltalkCI/pull/485 and https://github.com/Metacello/metacello/issues/524"
2
+Installer new installSAR: 'metacello.sar' from: (WebClient httpGet: 'http://forum.world.st/attachment/5121139/0/metacello.sar') content asByteArray readStream.
3
+
4
+"Actual credentials configuration"
5
MCFetchGithubRepository sitePassword: (SmalltalkCI getEnv: 'GITHUB_TOKEN').
0 commit comments