Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support setting artifactsOverride #114

Closed
benconnito opened this issue Jan 19, 2023 · 4 comments
Closed

support setting artifactsOverride #114

benconnito opened this issue Jan 19, 2023 · 4 comments

Comments

@benconnito
Copy link
Contributor

benconnito commented Jan 19, 2023

when triggering a codebuild project that is normally triggered from codepipeline this action sets the sourceTypeOverride and sourceLocationOverride . this is great.. however:

codebuild projects configured for codepipeline usually have Artifacts.Type: CODEPIPELINE resulting in

Error: ArtifactsOverride must be set when using artifacts type CodePipelines

we should support setting artifactsOverride.type to NO_ARTIFACTS

@aprietop
Copy link

Is there a work around to avoid this error?

@manpreet-compro
Copy link
Contributor

I see changes are already merged and it is working correctly by specifying
artifacts-type-override: NO_ARTIFACTS

Is this in open state for Documentation update?

@taoyong-ty
Copy link
Contributor

@manpreet-compro Thanks for the reminder! Closing this issue.

Please feel free to open a pull request for the README update, if you want.

@manpreet-compro
Copy link
Contributor

Hi @taoyong-ty, I have created a pull request for README update
#159

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants