Skip to content

Commit

Permalink
fix(iam): pass role setting to worker
Browse files Browse the repository at this point in the history
  • Loading branch information
wyvern8 committed Apr 17, 2018
1 parent eeecf1a commit e955350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/executors/ExecutorDockerSonar.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export class ExecutorDockerSonar extends ExecutorDocker {
SONAR_MODULES: '##GTM_SONAR_MODULES##',
SONAR_GITHUB_ENDPOINT: '##GTM_SONAR_GITHUB_ENDPOINT##',
S3_DEPENDENCY_BUCKET: '##GTM_S3_DEPENDENCY_BUCKET##',
AWS_S3_PROXY: '##GTM_AWS_S3_PROXY##'
AWS_S3_PROXY: '##GTM_AWS_S3_PROXY##',
IAM_ENABLED: process.env.IAM_ENABLED
},
validator: {
type: 'outputRegex',
Expand Down

0 comments on commit e955350

Please sign in to comment.