Skip to content

Instantly share code, notes, and snippets.

@tongueroo
Created November 20, 2019 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tongueroo/a61ec8f0fff10916c3899e50400e30e0 to your computer and use it in GitHub Desktop.
Save tongueroo/a61ec8f0fff10916c3899e50400e30e0 to your computer and use it in GitHub Desktop.
{
"logsConfig": {
"cloudWatchLogs": {
"status": "ENABLED"
}
},
"timeoutInMinutes": 20,
"name": "cody-demo",
"serviceRole": "arn:aws:iam::112233445566:role/cody-demo-cody-IamRole-1K0Y8PWLXTWMX",
"tags": [],
"artifacts": {
"type": "NO_ARTIFACTS"
},
"lastModified": 1574218209.318,
"cache": {
"type": "NO_CACHE"
},
"environment": {
"computeType": "BUILD_GENERAL1_SMALL",
"imagePullCredentialsType": "CODEBUILD",
"privilegedMode": true,
"image": "aws/codebuild/ruby:2.5.3-1.7.0",
"environmentVariables": [
{
"type": "PLAINTEXT",
"name": "JETS_ENV",
"value": "test"
}
],
"type": "LINUX_CONTAINER"
},
"source": {
"buildspec": ".cody/buildspec.yml",
"insecureSsl": false,
"gitSubmodulesConfig": {
"fetchSubmodules": true
},
"location": "https://github.com/tongueroo/cody-demo",
"type": "GITHUB",
"reportBuildStatus": true
},
"queuedTimeoutInMinutes": 480,
"encryptionKey": "arn:aws:kms:us-west-2:112233445566:alias/aws/s3",
"description": "cody-demo"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment