Fixed repository client file update
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adrian Marquis
2023-05-29 14:36:49 +02:00
parent 48f4ca4061
commit 5a435a5367

View File

@@ -53,8 +53,8 @@ steps:
- name: "Update client files in repository"
image: "alpine/git"
commands:
- "git fetch origin +refs/heads/master"
- "git checkout master"
- "git pull"
- "cp -r /out/client/* ."
volumes:
- name: "client"
@@ -84,7 +84,7 @@ steps:
---
kind: "pipeline"
type: "docker"
name: "[Debug] static release"
name: "[Debug] Static Release on Push"
trigger:
branch: "config"
@@ -141,10 +141,9 @@ steps:
- name: "Update client files in repository"
image: "alpine/git"
commands:
- "pwd"
- "ls -la"
- "git branch -v"
- "git fetch origin +refs/heads/master"
- "git checkout master"
- "git pull"
- "cp -r /out/client/* ."
volumes:
- name: "client"