Browse Source

fix: ci

pull/1/head
Your Name 2 years ago
parent
commit
4246b71e93
  1. 3
      .drone.yml

3
.drone.yml

@ -35,7 +35,8 @@ steps:
commands:
- ls -la
- mkdir -p $HOME/.ssh/
- echo $SSHKEY > $HOME/.ssh/id_rsa && chmod 600 $HOME/.ssh/id_rsa
- echo $SSHKEY | md5sum
- echo $SSHKEY > ~/.ssh/id_rsa && chmod 600 $HOME/.ssh/id_rsa
- ssh-keyscan $GIT_HOST > ~/.ssh/known_hosts
- git clone --depth=1 $DRONE_GIT_SSH_URL .
- git submodule update --init --recursive

Loading…
Cancel
Save