aws-codebuild-run-build icon indicating copy to clipboard operation
aws-codebuild-run-build copied to clipboard

support setting artifactsOverride

Open benconnito opened this issue 2 years ago • 1 comments

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

benconnito avatar Jan 19 '23 00:01 benconnito

Is there a work around to avoid this error?

aprietop avatar Jul 19 '23 23:07 aprietop

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?

manpreet-compro avatar Mar 19 '24 06:03 manpreet-compro

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

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

taoyong-ty avatar Mar 19 '24 07:03 taoyong-ty

Hi @taoyong-ty, I have created a pull request for README update https://github.com/aws-actions/aws-codebuild-run-build/pull/159

manpreet-compro avatar Mar 19 '24 07:03 manpreet-compro