Skip to content

Commit

Permalink
Merge pull request #63 from saieshwarm/main
Browse files Browse the repository at this point in the history
Update Build Specs
  • Loading branch information
joshuadeanhall authored Dec 1, 2023
2 parents 98892b3 + 33b6756 commit cd0b871
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 cd0b871

Please sign in to comment.