|
@@ -14,7 +14,7 @@ steps:
|
|
- name: clone
|
|
- name: clone
|
|
image: alpine/git
|
|
image: alpine/git
|
|
commands:
|
|
commands:
|
|
- - git clone --depth=1 -b develop --single-branch http://front:carlyle123@git.promocollection.com.au:11180/PromoAu/Au_admin_front.git /drone/src
|
|
|
|
|
|
+ - git clone --depth=1 -b develop --single-branch http://front:carlyle123@git.promocollection.com.au:11180/peter/crm_extend.git /drone/src
|
|
when:
|
|
when:
|
|
branch:
|
|
branch:
|
|
- develop
|
|
- develop
|
|
@@ -22,14 +22,14 @@ steps:
|
|
- push
|
|
- push
|
|
|
|
|
|
- name: npm_run_build
|
|
- name: npm_run_build
|
|
- image: node:16.14.0
|
|
|
|
|
|
+ image: node:18.16.0-slim
|
|
|
|
|
|
volumes:
|
|
volumes:
|
|
- name: build_dist
|
|
- name: build_dist
|
|
path: /drone/src/build
|
|
path: /drone/src/build
|
|
commands:
|
|
commands:
|
|
- npm --registry=https://registry.npmmirror.com i
|
|
- npm --registry=https://registry.npmmirror.com i
|
|
- - npm run build
|
|
|
|
|
|
+ - npm run build-test
|
|
- rm -rf ./build/*
|
|
- rm -rf ./build/*
|
|
- cp -arf ./dist/* ./build
|
|
- cp -arf ./dist/* ./build
|
|
- ls build
|
|
- ls build
|