Skip to content

Commit 2e8345a

Browse files
committed
use common task definitions
1 parent 7b1a8b6 commit 2e8345a

File tree

5 files changed

+14
-137
lines changed

5 files changed

+14
-137
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bin/*
1313
*.test
1414

1515
# Output of the go coverage tool, specifically when used with LiteIDE
16-
cover.html
16+
cover*.html
1717
*.out
1818

1919
# Go workspace file

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "hack/common"]
2+
path = hack/common
3+
url = https://github.com/openmcp-project/build

Makefile

Lines changed: 0 additions & 136 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./hack/common/Makefile

Taskfile.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 3
2+
3+
includes:
4+
shared:
5+
taskfile: hack/common/Taskfile_library.yaml
6+
flatten: true
7+
vars:
8+
CODE_DIRS: '{{.ROOT_DIR}}/pkg/...'

hack/common

Submodule common added at 97cc96a

0 commit comments

Comments
 (0)