fixup
continuous-integration/laminar-eldarion Build failed with exit code 123 after 4 seconds Details

This commit is contained in:
Starbeamrainbowlabs 2022-03-21 03:16:45 +00:00
parent 3080a4a04e
commit a500bf9a2d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ task_begin "Configuring wesher";
cp "./configs/wesher.logrotate" "/etc/logrotate.d/wesher";
chown root:root "/etc/logrotate.d/wesher";
task_end "$?";
task_begin "wesher: joining cluster"
# HACK: Ref https://github.com/costela/wesher/issues/70
WESHER_CLUSTER_KEY="${wesher_secret}" wesher /usr/local/sbin/wesher --overlay-net 172.31.250.0/16 --log-level info --join "${wesher_join_ip}" &