Browse Source

fix service comment (#3901)

* fix service comment

## Before
```xml
<!--service end-->
...
<!--service end-->
```

## After
```xml
<!--service start-->
...
<!--service end-->
```

* Update dolphinscheduler-binary.xml

Co-authored-by: dailidong <dailidong66@gmail.com>
pull/3/MERGE
wangyangting 4 years ago committed by GitHub
parent
commit
62fb2fd19b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml

2
dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml vendored

@ -113,7 +113,7 @@
<!--server end--> <!--server end-->
<!--service end--> <!--service start-->
<fileSet> <fileSet>
<directory>${basedir}/../dolphinscheduler-service/src/main/resources</directory> <directory>${basedir}/../dolphinscheduler-service/src/main/resources</directory>
<includes> <includes>

Loading…
Cancel
Save