#!/bin/bash # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 set -eo pipefail # Wait for cloud-init to finish cloud-init status --wait sudo tee -a ~jenkins/.ssh/authorized_keys >/dev/null <