Browse Source

test drone

liubing 10 months ago
parent
commit
3edef6168f
1 changed files with 2 additions and 5 deletions
  1. 2 5
      .drone.yml

+ 2 - 5
.drone.yml

@@ -2,9 +2,6 @@ kind: pipeline
 type: exec
 name: default
 steps:
-- name: test
-  image: alpine
+- name: image-build
   commands:
-  - npm run build:prod
-  - git rev-parse --short HEAD > dist/version
-  - docker build . -t reg.cestong.com.cn/cecf/observe-front
+  - make docker-build