This commit is contained in:
parent
8201d5c993
commit
38425a9027
@ -3,7 +3,7 @@
|
|||||||
CHFILENAMES=$(git diff-tree --no-commit-id --name-only $DRONE_COMMIT)
|
CHFILENAMES=$(git diff-tree --no-commit-id --name-only $DRONE_COMMIT)
|
||||||
|
|
||||||
mkdir /root/.ssh
|
mkdir /root/.ssh
|
||||||
echo $PLUGIN_KEY > /root/.ssh/id_rsa
|
echo "$PLUGIN_KEY" > /root/.ssh/id_rsa
|
||||||
chmod 600 /root/.ssh/id_rsa
|
chmod 600 /root/.ssh/id_rsa
|
||||||
|
|
||||||
echo "Changed files: $CHFILENAMES"
|
echo "Changed files: $CHFILENAMES"
|
||||||
|
Loading…
Reference in New Issue
Block a user