Comment out deployment fetch and checkout commands in Drone CI configuration
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
fencl
2025-09-01 20:33:48 +02:00
parent e54ee426ed
commit 0af94cb37e

View File

@@ -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