Skip to content

Commit 7603a6c

Browse files
fix buildspec syntax
1 parent 33f1a49 commit 7603a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/3-app/aiproxy/pr-buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ phases:
1212
commands:
1313
- pip install cfn-lint
1414

15-
pre-build:
15+
pre_build:
1616
commands:
1717
- echo Logging in to Docker Hub...
1818
- docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_PASSWORD

0 commit comments

Comments
 (0)