diff --git a/buildspec.yml b/buildspec.yml index 063fe380f..8458c1a2d 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -4,12 +4,10 @@ phases: install: runtime-versions: java: corretto17 - commands: - - apt-get update -y - - apt-get install -y maven pre_build: commands: - echo Nothing to do in prebuil + - uname -a build: commands: - echo Build started on `date`