Skip to content

Commit

Permalink
fix: delete nightly release; add docker compose file in release (#448)
Browse files Browse the repository at this point in the history
Signed-off-by: Curtis Wan <[email protected]>
  • Loading branch information
mooc9988 authored Nov 15, 2023
1 parent 6c6eab9 commit c71f28d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/nightly-release.yml

This file was deleted.

1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,7 @@ project(':core') {
from(project.file("$rootDir/bin")) { into "bin/" }
from(project.file("$rootDir/config")) { into "config/" }
from(project.file("$rootDir/licenses")) { into "licenses/" }
from(project.file("$rootDir/docker/docker-compose.yaml")) { into "docker/" }
from "$rootDir/LICENSE-binary" rename {String filename -> filename.replace("-binary", "")}
from "$rootDir/NOTICE-binary" rename {String filename -> filename.replace("-binary", "")}
from(configurations.runtimeClasspath) { into("libs/") }
Expand Down

0 comments on commit c71f28d

Please sign in to comment.