style(ci): prettier/eslint fixes for container-hook-service to pass Integrity lint step
parent
bad80a45d9
commit
e9af7641b7
|
@ -191,6 +191,7 @@ export class ContainerHookService {
|
|||
const hasAwsCreds =
|
||||
(process.env.AWS_ACCESS_KEY_ID && process.env.AWS_SECRET_ACCESS_KEY) ||
|
||||
(process.env.awsAccessKeyId && process.env.awsSecretAccessKey);
|
||||
|
||||
// Always include AWS hooks on the AWS provider (task role provides creds),
|
||||
// otherwise require explicit creds for other containerized providers.
|
||||
const shouldIncludeAwsHooks =
|
||||
|
|
Loading…
Reference in New Issue