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