Skip to content

Commit 93de559

Browse files
authored
Merge pull request #7 from NarrativeScience/QPT-32618/set-state-export-pager
QPT-32618: Updating the set-state command to set the pager for AWS CLI v2
2 parents c9c93af + 2c84da4 commit 93de559

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/commands/set-state.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ steps:
3232
> "$VALUES"
3333
cat "$VALUES"
3434
35+
# Set the AWS_PAGER var to be set as empty so if we are using AWSCLI V2 this command works
36+
echo 'export AWS_PAGER=""' >> $BASH_ENV
37+
3538
# Update the state item and return the updated item
3639
# The key object is stored in /tmp/workspace/workflow-key.json
3740
aws dynamodb update-item \

0 commit comments

Comments
 (0)