Browse Source

yep, drone

SBird1337 6 years ago
parent
commit
90480042ab
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      .drone.yml

+ 0
- 1
.drone.yml View File

@@ -6,7 +6,6 @@ clone:
6 6
 pipeline:
7 7
   pull_build:
8 8
     image: sots:latest
9
-    repo: Karathan/source_of_the_sovereign
10 9
     secrets: [ssh_private_key, ssh_known_hosts, ssh_host]
11 10
     commands:
12 11
       - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'