Skip to content

Commit

Permalink
Add missing buildspec for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJHall committed Aug 31, 2023
1 parent 3af1463 commit a6b1b83
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/graphql-mesh-server/assets/buildspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 0.2

phases:
build:
commands:
- jq -n --arg image_uri $IMAGE_URI --arg container_name $CONTAINER_NAME '[{"name":"\($container_name)","imageUri":"\($image_uri)"}]' > imagedefinitions.json
artifacts:
files:
- 'imagedefinitions.json'
name: images-$(date +%Y-%m-%d)

0 comments on commit a6b1b83

Please sign in to comment.