Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
L00177583 authored Mar 25, 2023
1 parent 787331f commit fd4153e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ phases:
- apt-get update && apt-get install -y maven
pre_build:
commands:
- echo Logging in to Amazon ECR...
- echo $(aws ecr get-login --region $AWS_DEFAULT_REGION --no-include-email)
- $(aws ecr get-login --region $AWS_DEFAULT_REGION --no-include-email)
- mvn clean
build:
commands:
Expand Down

0 comments on commit fd4153e

Please sign in to comment.