Skip to content

Commit

Permalink
azure-pipelines.yml: use mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesg committed Aug 25, 2020
1 parent fb2b5eb commit 2a44dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ steps:
/usr/sbin/sshd -f "${SSHD_DIR}/sshd_config" -E "${SSHD_DIR}/log"
# Set up keys
mkdir "${HOME}/.ssh"
mkdir -p "${HOME}/.ssh"
ssh-keygen -t rsa -f "${HOME}/.ssh/id_rsa" -N "" -q
cat "${HOME}/.ssh/id_rsa.pub" >>"${HOME}/.ssh/authorized_keys"
while read algorithm key comment; do
Expand Down

0 comments on commit 2a44dce

Please sign in to comment.