Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1276 from kinvolk/surajssd/fix-tinkerbell-pipeline
Browse files Browse the repository at this point in the history
deploy-cluster: Don't create ssh key for tinkerbell
  • Loading branch information
surajssd authored Dec 18, 2020
2 parents 96a0488 + 12e7320 commit 0138112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/deploy-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ best_location_for_instance_type() {

# =======================================================================

if [ "${platform}" != baremetal ] && [ "${platform}" != "kvm-libvirt" ]; then
if [ "${platform}" != baremetal ] && [ "${platform}" != "kvm-libvirt" ] && [ "${platform}" != "tinkerbell" ]; then
# Generate SSH key pair to be used by lokoctl.
log "Generating SSH key pair for lokoctl"
ssh-keygen -f ~/.ssh/id_rsa -N ''
Expand Down

0 comments on commit 0138112

Please sign in to comment.