luis 7 tahun lalu
induk
melakukan
15f80eda33
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      .drone.yml

+ 1 - 2
.drone.yml

@@ -12,13 +12,12 @@ pipeline:
       - go get -d -t ./go/src/...
       - go test ./go/src/...
       - CGO_ENABLED=0 go build -o DIST/flowserver flowserver/cmd/flowserver  
-  frontend-build:
+  frontend:
     image: node:6
     commands:
       - cd browser/vue-flow 
       - yarn 
       - yarn build
-  
   deploy:
     image: docker
     commands: