Skip to content

Commit

Permalink
fix(lambda): Invoke stage excludedArtifactTypes not including the emb…
Browse files Browse the repository at this point in the history
…edded-artifact type (#10097) (#10100)

(cherry picked from commit 9374f06)

Co-authored-by: Christos Arvanitis <[email protected]>
  • Loading branch information
mergify[bot] and christosarvanitis authored May 7, 2024
1 parent f88b118 commit 2433668
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export function InvokeLambdaOperation(props: IFormikStageConfigInjectedProps) {
ArtifactTypePatterns.BITBUCKET_FILE,
ArtifactTypePatterns.CUSTOM_OBJECT,
ArtifactTypePatterns.EMBEDDED_BASE64,
ArtifactTypePatterns.REMOTE_BASE64,
ArtifactTypePatterns.GCS_OBJECT,
ArtifactTypePatterns.GITHUB_FILE,
ArtifactTypePatterns.GITLAB_FILE,
Expand Down

0 comments on commit 2433668

Please sign in to comment.