Skip to content

Commit

Permalink
Command to follow the runtime build status
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Aug 4, 2021
1 parent 1f2940c commit bd413ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

trigger_runtimes:
aws codepipeline start-pipeline-execution --name bref-php-binary
runtime_build_status:
aws codepipeline get-pipeline-state --name=bref-php-binary | jq ".stageStates[1].latestExecution.status"

# Build the PHP runtimes
runtimes:
Expand Down

0 comments on commit bd413ef

Please sign in to comment.