From 0af94cb37e457b562ae0005de0969daf2b7e867b Mon Sep 17 00:00:00 2001 From: fencl Date: Mon, 1 Sep 2025 20:33:48 +0200 Subject: [PATCH] Comment out deployment fetch and checkout commands in Drone CI configuration --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f8385bc..d16d7ce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,8 +17,8 @@ steps: GIT_ASKPASS: 'echo' # prevent interactive prompts commands: - git clone --depth=50 "https://fencl:5ece5d37cd3a9988a78983b10cede284e25717f8@git.internet-master.cz/fencl/davisfe.cz.git" . - - git fetch origin +refs/heads/deployment:refs/remotes/origin/deployment - - git checkout -qf origin/deployment + # - git fetch origin +refs/heads/deployment:refs/remotes/origin/deployment + # - git checkout -qf origin/deployment - git log -1 --oneline - ls -la