mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
ci: add check for duplicate target paths / aliases
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ target "release" {
|
||||
}
|
||||
|
||||
group "validate" {
|
||||
targets = ["lint", "test", "unused-media", "test-go-redirects", "dockerfile-lint"]
|
||||
targets = ["lint", "test", "unused-media", "test-go-redirects", "dockerfile-lint", "path-warnings"]
|
||||
}
|
||||
|
||||
target "test" {
|
||||
@@ -63,6 +63,11 @@ target "dockerfile-lint" {
|
||||
call = "check"
|
||||
}
|
||||
|
||||
target "path-warnings" {
|
||||
target = "path-warnings"
|
||||
output = ["type=cacheonly"]
|
||||
}
|
||||
|
||||
#
|
||||
# releaser targets are defined in _releaser/Dockerfile
|
||||
# and are used for AWS S3 deployment
|
||||
|
||||
Reference in New Issue
Block a user