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. 6
      dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml

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

@ -112,8 +112,8 @@
</fileSet>
<!--server end-->
<!--service end-->
<!--service start-->
<fileSet>
<directory>${basedir}/../dolphinscheduler-service/src/main/resources</directory>
<includes>
@ -226,4 +226,4 @@
</excludes>
</dependencySet>
</dependencySets>
</assembly>
</assembly>

Loading…
Cancel
Save