Comment out deployment fetch and checkout commands in Drone CI configuration
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user