diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ steps: - mkdir ~/.ssh - echo "$GIT_PUB" > ~/.ssh/id_ed25519.pub - echo "$GIT_PUB" > ~/.ssh/id_ed25519 + - ls - git init - git add . - git commit -m 'comit' |