Skip to content

Commit

Permalink
Update expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Sep 22, 2020
1 parent 12cb8a7 commit c929bf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,9 @@
},
"Source": {
"Type": "CODEPIPELINE"
}
},
"EncryptionKey": "alias/aws/s3"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@
"Source": {
"BuildSpec": "{\n \"version\": \"0.2\",\n \"phases\": {\n \"pre_build\": {\n \"commands\": \"$(aws ecr get-login --region $AWS_DEFAULT_REGION --no-include-email)\"\n },\n \"build\": {\n \"commands\": \"docker build -t $REPOSITORY_URI:latest .\"\n },\n \"post_build\": {\n \"commands\": [\n \"docker push $REPOSITORY_URI:latest\",\n \"printf '[{ \\\"name\\\": \\\"Container\\\", \\\"imageUri\\\": \\\"%s\\\" }]' $REPOSITORY_URI:latest > imagedefinitions.json\"\n ]\n }\n },\n \"artifacts\": {\n \"files\": \"imagedefinitions.json\"\n }\n}",
"Type": "CODEPIPELINE"
}
},
"EncryptionKey": "alias/aws/s3"
}
},
"MyPipelineRoleC0D47CA4": {
Expand Down Expand Up @@ -1041,4 +1042,4 @@
}
}
}
}
}

0 comments on commit c929bf1

Please sign in to comment.