version: 0.2 #this build spec assumes the ubuntu aws/codebuild/java:openjdk-8 image phases: install: runtime-versions: java: openjdk8 build: commands: - echo Build started on `date` - $CODEBUILD_SRC_DIR/codebuild/common-linux.sh post_build: commands: - echo Build completed on `date`