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) (#10101)

(cherry picked from commit 9374f06)

Co-authored-by: Christos Arvanitis <[email protected]>
  • Loading branch information
mergify[bot] and christosarvanitis committed May 7, 2024
1 parent 102b439 commit 9f57b2b
Showing 1 changed file with 1 addition and 0 deletions.
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 9f57b2b

Please sign in to comment.