Skip to content

Commit 48fe415

Browse files
committed
temp change remove
1 parent 4541afa commit 48fe415

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codebuild/cd/deploy-snapshot.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ 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 # mv all the platform-specific jars to target/
26+
- mkdir -p target/cmake-build/lib
27+
# mv all the platform-specific jars to target/
2728
- aws s3 cp --recursive s3://aws-crt-java-pipeline/v${PKG_VERSION}/jar $CODEBUILD_SRC_DIR/aws-crt-java/target/
2829
# cp all the shared libs to cmake-build/lib/
2930
- 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)