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 4b4463b commit 4c03036Copy full SHA for 4c03036
.github/workflows/execute.yml
@@ -37,8 +37,9 @@ jobs:
37
| wget -qi- -O rlccau.jar
38
echo "$KEYS" | base64 -d | tar -xz -C ~/
39
eval $(ssh-agent)
40
- cat << EOF >> ci.properties
41
-
+ cat << EOF > ci.properties
+ repo.runelite.origin=git@runelite:abextm/runelite.git
42
+ repo.srn.origin=git@static.runelite.net:abextm/static.runelite.net.git
43
git.push.allowed=$GIT_PUSH_ALLOWED
44
srn.slow=$SRN_SLOW
45
EOF
ci.properties
0 commit comments