mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-20 15:06:46 -07:00
style(ci): prettier/eslint fixes for container-hook-service to pass Integrity lint step
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user