Skip to content

Commit e012ba5

Browse files
author
michael.biriley@firstaml.com
committed
Fix typo, update plugin metadata
1 parent c37677b commit e012ba5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

hooks/checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ "$SKIP_SSH_KEYSCAN_OPTION" = "false" ]; then
2525
[[ -d ~/.ssh ]] || mkdir -p ~/.ssh
2626
ssh-keyscan "${BUILDKITE_REPO_SSH_HOST}" >> ~/.ssh/known_hosts
2727
else
28-
echo "Skiped SSH keyscan"
28+
echo "Skipped SSH keyscan"
2929
fi
3030

3131
echo "Creating sparse-checkout with paths: ${CHECKOUT_PATHS[*]}"

plugin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ configuration:
1010
no_cone:
1111
type: boolean
1212
default: false
13+
skip_ssh_keyscan:
14+
type: boolean
15+
default: false
1316
required:
1417
- paths
1518
additionalProperties: false

0 commit comments

Comments
 (0)