Browse Source

test drone

liubing 10 months ago
parent
commit
071ea418ab
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .drone.yml

+ 0 - 2
.drone.yml

@@ -1,14 +1,12 @@
 kind: pipeline
 type: docker
 name: default
-
 steps:
   - name: build
     image: node:21-alpine
     commands:
     - npm run build:prod
 	  - git rev-parse --short HEAD > dist/version
-
   - name: docker  
     image: plugins/docker
     settings: