Skip to content

Commit

Permalink
add service role as shellable prop
Browse files Browse the repository at this point in the history
Signed-off-by: Francis <[email protected]>
  • Loading branch information
colifran committed Oct 12, 2023
1 parent 656d87e commit d909cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/signing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export class SignNuGetWithSigner extends Construct implements ISigner {
platform: new LinuxPlatform(props.buildImage ?? LinuxBuildImage.fromDockerRegistry('public.ecr.aws/jsii/superchain:1-buster-slim-node18')),
scriptDirectory: path.join(__dirname, 'signing', 'nuget'),
entrypoint: 'sign.sh',
serviceRole: props.serviceRole,
buildSpec: BuildSpec.literal({
version: '0.2',
artifacts: {
Expand Down

0 comments on commit d909cf4

Please sign in to comment.