Fixed repository client file update
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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user