2 Answers
- Newest
- Most votes
- Most comments
0
Depending on what you're trying to run, you may be able to do something like this:
some-command-here; EXITCODE=$?
You can then evaluate $EXITCODE to determine your next steps.
Note that this requires a buildspec.yml version 0.2 or higher.
answered 6 years ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 3 years ago
