mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
bazel: better ci script naming
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
6a2c9792e0
commit
8489516208
@ -57,7 +57,7 @@ sh_template(
|
|||||||
substitutions = {
|
substitutions = {
|
||||||
"@@GO@@": "$(rootpath @go_sdk//:bin/go)",
|
"@@GO@@": "$(rootpath @go_sdk//:bin/go)",
|
||||||
},
|
},
|
||||||
template = "tidy.sh.in",
|
template = "go_tidy.sh.in",
|
||||||
)
|
)
|
||||||
|
|
||||||
sh_template(
|
sh_template(
|
||||||
@ -187,7 +187,7 @@ sh_template(
|
|||||||
"@@MODE@@": "generate",
|
"@@MODE@@": "generate",
|
||||||
"@@TERRAFORM@@": "$(rootpath :com_github_hashicorp_terraform)",
|
"@@TERRAFORM@@": "$(rootpath :com_github_hashicorp_terraform)",
|
||||||
},
|
},
|
||||||
template = "tf.sh.in",
|
template = "terraform.sh.in",
|
||||||
)
|
)
|
||||||
|
|
||||||
sh_template(
|
sh_template(
|
||||||
@ -199,7 +199,7 @@ sh_template(
|
|||||||
"@@MODE@@": "check",
|
"@@MODE@@": "check",
|
||||||
"@@TERRAFORM@@": "$(rootpath :com_github_hashicorp_terraform)",
|
"@@TERRAFORM@@": "$(rootpath :com_github_hashicorp_terraform)",
|
||||||
},
|
},
|
||||||
template = "tf.sh.in",
|
template = "terraform.sh.in",
|
||||||
)
|
)
|
||||||
|
|
||||||
sh_template(
|
sh_template(
|
||||||
@ -211,7 +211,7 @@ sh_template(
|
|||||||
"@@MODE@@": "format",
|
"@@MODE@@": "format",
|
||||||
"@@TERRAFORM@@": "$(rootpath :com_github_hashicorp_terraform)",
|
"@@TERRAFORM@@": "$(rootpath :com_github_hashicorp_terraform)",
|
||||||
},
|
},
|
||||||
template = "tf.sh.in",
|
template = "terraform.sh.in",
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
@ -234,7 +234,7 @@ sh_template(
|
|||||||
"@@GO@@": "$(rootpath @go_sdk//:bin/go)",
|
"@@GO@@": "$(rootpath @go_sdk//:bin/go)",
|
||||||
"@@GOLANGCI-LINT@@": "$(rootpath :com_github_golangci_golangci_lint)",
|
"@@GOLANGCI-LINT@@": "$(rootpath :com_github_golangci_golangci_lint)",
|
||||||
},
|
},
|
||||||
template = "golangci.sh.in",
|
template = "golangci_lint.sh.in",
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
@ -275,7 +275,7 @@ sh_template(
|
|||||||
name = "license_header_check",
|
name = "license_header_check",
|
||||||
data = [],
|
data = [],
|
||||||
substitutions = {},
|
substitutions = {},
|
||||||
template = "licenseheader.sh.in",
|
template = "license_header.sh.in",
|
||||||
)
|
)
|
||||||
|
|
||||||
sh_template(
|
sh_template(
|
||||||
|
Loading…
Reference in New Issue
Block a user