diff --git a/buildspec.yml b/buildspec.yml index 4b77e6b2b..8daf610e6 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -12,7 +12,7 @@ phases: - java -version build: commands: - - echo Build started on `date` + - echo Build startedd on `date` - mvn package - docker build . -t $REPOSITORY_URI/${REPO}:latest - echo Build completed on `date`