Removing curly braces from the input
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Louis 2025-04-08 16:56:15 +02:00
parent 083287066e
commit 1888663b20

View file

@ -16,7 +16,7 @@ steps:
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
# Create the SSH key file
- tee "${SSH_KEY}" > ~/.ssh/id_ed25519
- tee "$SSH_KEY" > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519
- ssh-keyscan -t ed25519 git.polarolouis.fr >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts