Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
prefix BASE_WORKFLOW_ARN w/ CIRRUS_ for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeifer committed Jan 5, 2022
1 parent 1b81157 commit c49d515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cirrus/lib/process_payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def __call__(self) -> str:
"""
assert(PAYLOAD_BUCKET)

arn = os.getenv('BASE_WORKFLOW_ARN') + self.process['workflow']
arn = os.getenv('CIRRUS_BASE_WORKFLOW_ARN') + self.process['workflow']

# start workflow
try:
Expand Down

0 comments on commit c49d515

Please sign in to comment.