File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COMMIT := $(shell sh -c 'git rev-parse --short HEAD')
5
5
DOCKER := $(shell which docker)
6
6
DOCKER_IMAGE := docker-registry:5000/actiontech/universe-compiler-udup:v4
7
7
8
- PROJECT_NAME = dtle
8
+ PROJECT_NAME ? = dtle
9
9
VERSION = 3.21.06.1
10
10
11
11
ifdef GOBIN
@@ -47,6 +47,8 @@ package-common: driver
47
47
cp -R dist/dtle dist/install/usr/share/dtle/nomad-plugin
48
48
cp -R scripts dist/install/usr/share/dtle/
49
49
cp -R etc dist/install/
50
+ -mkdir -p dist/install/usr/share/dtle/ui
51
+ -cp -R ui dist/install/usr/share/dtle
50
52
51
53
package : package-common
52
54
mkdir -p dist/install/usr/bin
Original file line number Diff line number Diff line change @@ -69,5 +69,6 @@ plugin "dtle" {
69
69
70
70
publish_metrics = false
71
71
stats_collection_interval = 15
72
+ # ui_dir = "PATH_TO_UI_DIR"
72
73
}
73
74
}
You can’t perform that action at this time.
0 commit comments