Merged in feature/service-accounts-1 (pull request #227)
Support for service accounts with static credentials * feature complete * tests and docs * lint fix
This commit is contained in:
@@ -11,3 +11,14 @@ includes:
|
||||
IMAGE_NAME: queryorchestration
|
||||
COVERAGE_THRESHOLD: 80
|
||||
FUNCTION_COVERAGE_THRESHOLD: 60
|
||||
|
||||
tasks:
|
||||
default:
|
||||
desc: "Show every available task (alias for `task help`)"
|
||||
cmds:
|
||||
- task: help
|
||||
help:
|
||||
desc: "Show every available task in this project"
|
||||
silent: true
|
||||
cmds:
|
||||
- task --list-all --sort=alphanumeric
|
||||
|
||||
Reference in New Issue
Block a user