run.sh: comment out git cloning of cluster-config
continuous-integration/laminar-eldarion Build failed with exit code 123 after 3 seconds Details

Not sure if this is even needed anymore
This commit is contained in:
Starbeamrainbowlabs 2022-08-14 19:41:26 +01:00
parent 7529d51f6b
commit aa41a68154
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 4 additions and 2 deletions

View File

@ -281,8 +281,9 @@ stage_begin "$?" "Failed to run 1 or more post-install tasks";
step_current="5";
# This is here so that we can be sure it runs last, as it may prompt the user about ssh keys! Then we don't have to site around waiting.
source "steps-last/10-ssh-cluster-config.sh";
# This is here so that we can be sure it runs last, as it may prompt the user about ssh keys! Then we don't have to sit around waiting.
# Commented out for now, as I'm unsure as to whether we actually need this atm or not
# source "steps-last/10-ssh-cluster-config.sh";
source "steps-last/15-ufw.sh";
@ -310,4 +311,5 @@ $(cat /etc/hostname) is now ready for use! Here's a quick checklist:
• Ensure a static IP is configured on the router if required
• Reboot me to ensure everything is working as intended
• If eldarion is to access this for CI builds autonomously, update known_hosts by executing ssh -T dietpi@${new_hostname} AFTER rebooting.
" | "${rainbow}";