Skip to content

Commit 4541afa

Browse files
committed
cleanup
1 parent 9f2a432 commit 4541afa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ jobs:
302302
- name: Checkout
303303
uses: actions/checkout@v4
304304
with:
305+
submodules: true
305306
- name: Configure local host
306307
run: |
307-
submodules: true
308308
python3 -m pip install h2
309309
cd crt/aws-c-http/tests/py_localhost/
310310
python3 server.py &

codebuild/cd/deploy-snapshot.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ phases:
2323
- cd $CODEBUILD_SRC_DIR/aws-crt-java
2424
- export PKG_VERSION=$(git describe --tags | cut -f2 -dv)
2525
- 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/
2827
- aws s3 cp --recursive s3://aws-crt-java-pipeline/v${PKG_VERSION}/jar $CODEBUILD_SRC_DIR/aws-crt-java/target/
2928
# cp all the shared libs to cmake-build/lib/
3029
- aws s3 cp --recursive s3://aws-crt-java-pipeline/v${PKG_VERSION}/lib $CODEBUILD_SRC_DIR/aws-crt-java/target/cmake-build/lib

0 commit comments

Comments
 (0)