correct key variable
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jochen Welzel 2021-01-18 18:15:10 +01:00
parent 8201d5c993
commit 38425a9027
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
CHFILENAMES=$(git diff-tree --no-commit-id --name-only $DRONE_COMMIT)
mkdir /root/.ssh
echo $PLUGIN_KEY > /root/.ssh/id_rsa
echo "$PLUGIN_KEY" > /root/.ssh/id_rsa
chmod 600 /root/.ssh/id_rsa
echo "Changed files: $CHFILENAMES"