Skip to content

Commit

Permalink
Add buildspec
Browse files Browse the repository at this point in the history
cmds run by CodeBuild:
-run integ tests
-print version to verify which build used to run tests
  • Loading branch information
allisaurus committed Mar 5, 2019
1 parent a872871 commit 7b5ac62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 0.2

phases:
build:
commands:
- make integ-test
- ./bin/local/ecs-cli --version

0 comments on commit 7b5ac62

Please sign in to comment.