@@ -2,7 +2,15 @@ kind: pipeline
type: docker
name: tmp-group-admin
+clone:
+ depth: 1
+ disable: true
steps:
+ - name: clone
+ image: alpine/git
+ commands:
+ - git clone -b develop http://192.168.1.8:3000/duanxiaoduan/tmr-group-admin.git
+ - cp -R tmr-group-admin/* ./
- name: build
image: plugins/docker
volumes: