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

Run an AWS CodeBuild project as a step in a GitHub Actions workflow job.

Results 42 aws-codebuild-run-build issues
Sort by recently updated
recently updated
newest added

Hello, Initially, I was receiving an exit error `125`, but now I'm receiving an error of `1`. Both cases, it seems that CodeBuild isn't recognizing one or more Docker commands...

Trying to remove humans from the process. This creates scripts to automates the version bump and the change log update. By submitting this pull request, I confirm that my contribution...

*Issue #, if available:* *Description of changes:* By default, this action overrides the `sourceVersion` parameter sent to the API, resulting in AWS codebuild using a triggering commit SHA instead of...

I am trying to use CodeBuild in time-consuming build that might exceed GitHub Actions free tier timeout (6 hrs). Is it possible to somehow `detach` the build? I am fine...

enhancement

GitHub action I'm referring to: https://github.com/actions/checkout Follow-up to #36. Ideally, this action should ensure that it always grabs the same commit as the standard action to checkout locally does. I...

CodeBuild Projects can output artifacts, usually into an S3 bucket, from the build filesystem as a result of the build. We should collect these and pull them into the Actions...

enhancement

Humans are not going to look at this file. Dependabot or similar can handle updating dependancies, but adding dependancies is still a manual process. Is there a way to ensure...

I'm running into an issue where I'm trying to set environment variables inside of the buildspec.yml but the variables are never set during install/build steps of the CodeBuild process. The...

Currently, there is no way to set `gitSumobuleConfigOverride` in this action. https://docs.aws.amazon.com/codebuild/latest/APIReference/API_StartBuild.html#CodeBuild-StartBuild-request-gitSubmodulesConfigOverride This would be helpful when the repository is private.

https://github.com/aws-actions/aws-codebuild-run-build/compare/v1.0.5...master there are inputs, including compute-type-override, that weren't included in the action.yml file at the time of the latest release see also: #95