You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- echo "this is build section inside buildspec.yml file"
- echo "we will run some tests"
post_build:
commands:
- echo "we are in the post build phase"
- echo "we are in the post build phase"
# artifacts/files : Required sequence.
# Represents the locations that contain the build output artifacts in the build environment. Contains a sequence of separate location paths where CodeBuild can find build output artifacts.