Skip to content

Commit

Permalink
Modified the login command
Browse files Browse the repository at this point in the history
  • Loading branch information
haohangyan committed Jan 23, 2025
1 parent 7c8653b commit 349bb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ phases:
pre_build:
commands:
- echo Logging in to Amazon ECR...
- $(aws ecr get-login-password --region $AWS_DEFAULT_REGION)
- aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 699475958146.dkr.ecr.us-east-1.amazonaws.com
- echo Getting Sparser
- aws s3 cp s3://bigmech/sparser_core/save-semantics.sh .
- aws s3 cp s3://bigmech/sparser_core/r3.core .
Expand Down

0 comments on commit 349bb55

Please sign in to comment.