From 211886e54d51347da234b6209d33108467a5b299 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 15 Jun 2021 00:53:11 +0200 Subject: [PATCH] debug --- .drone.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index c447ed43..e6fc9732 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,9 +2,6 @@ kind: pipeline type: docker name: upstreaming -clone: - disable: true - steps: - name: "Sync upstream to local" image: alpine/git @@ -18,9 +15,7 @@ steps: GITEA_SSH_KEY: from_secret: gitea_ssh_key commands: - - git clone -b feat/upstreaming https://git.b12f.io/pub-solar/os . - sh .drone/setup_ssh.sh - - cat ~/.ssh/known_hosts - git checkout devos - git remote add devos git@git.b12f.io:pub-solar/devos - git remote set-url origin git@git.b12f.io:pub-solar/os