File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -302,9 +302,9 @@ jobs:
302
302
- name : Checkout
303
303
uses : actions/checkout@v4
304
304
with :
305
+ submodules : true
305
306
- name : Configure local host
306
307
run : |
307
- submodules: true
308
308
python3 -m pip install h2
309
309
cd crt/aws-c-http/tests/py_localhost/
310
310
python3 server.py &
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ phases:
23
23
- cd $CODEBUILD_SRC_DIR/aws-crt-java
24
24
- export PKG_VERSION=$(git describe --tags | cut -f2 -dv)
25
25
- echo $PKG_VERSION
26
- - mkdir -p target/cmake-build/lib
27
- # mv all the platform-specific jars to target/
26
+ - mkdir -p target/cmake-build/lib # mv all the platform-specific jars to target/
28
27
- aws s3 cp --recursive s3://aws-crt-java-pipeline/v${PKG_VERSION}/jar $CODEBUILD_SRC_DIR/aws-crt-java/target/
29
28
# cp all the shared libs to cmake-build/lib/
30
29
- aws s3 cp --recursive s3://aws-crt-java-pipeline/v${PKG_VERSION}/lib $CODEBUILD_SRC_DIR/aws-crt-java/target/cmake-build/lib
You can’t perform that action at this time.
0 commit comments