Skip to content

Commit

Permalink
Update Build Specs
Browse files Browse the repository at this point in the history
  • Loading branch information
saieshwarm committed Dec 1, 2023
1 parent 98892b3 commit 33b6756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alpha-buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtime-versions:
python: 3.7
python: 3.x
commands:
- echo Entered the install phase...
- echo About to build $RESOURCE_PATH
Expand Down
2 changes: 1 addition & 1 deletion beta-buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtime-versions:
python: 3.7
python: 3.x
commands:
- echo Entered the install phase...
- echo About to build $RESOURCE_PATH
Expand Down
2 changes: 1 addition & 1 deletion prod-buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtime-versions:
python: 3.7
python: 3.x
commands:
- echo Entered the install phase...
- echo About to build $RESOURCE_PATH
Expand Down

0 comments on commit 33b6756

Please sign in to comment.