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)
  • Loading branch information
christosarvanitis committed May 7, 2024
1 parent 5fa1e96 commit 9374f06
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 9374f06

Please sign in to comment.