Skip to content

Commit c974233

Browse files
authored
Fix path (#607)
1 parent 59d7e69 commit c974233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codebuild/cd/manylinux-x64-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ phases:
88
commands:
99
- export CC=gcc
1010
- cd aws-crt-python
11-
- /opt/python/cp38-cp38m/bin/python ./continuous-delivery/update-version.py
11+
- /opt/python/cp38-cp38/bin/python ./continuous-delivery/update-version.py
1212
build:
1313
commands:
1414
- echo Build started on `date`

codebuild/cd/manylinux-x86-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ phases:
88
commands:
99
- export CC=gcc
1010
- cd aws-crt-python
11-
- /opt/python/cp38-cp38m/bin/python ./continuous-delivery/update-version.py
11+
- /opt/python/cp38-cp38/bin/python ./continuous-delivery/update-version.py
1212
build:
1313
commands:
1414
- echo Build started on `date`

0 commit comments

Comments
 (0)