We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4541afa commit 48fe415Copy full SHA for 48fe415
codebuild/cd/deploy-snapshot.yml
@@ -23,7 +23,8 @@ phases:
23
- cd $CODEBUILD_SRC_DIR/aws-crt-java
24
- export PKG_VERSION=$(git describe --tags | cut -f2 -dv)
25
- echo $PKG_VERSION
26
- - mkdir -p target/cmake-build/lib # mv all the platform-specific jars to target/
+ - mkdir -p target/cmake-build/lib
27
+ # mv all the platform-specific jars to target/
28
- aws s3 cp --recursive s3://aws-crt-java-pipeline/v${PKG_VERSION}/jar $CODEBUILD_SRC_DIR/aws-crt-java/target/
29
# cp all the shared libs to cmake-build/lib/
30
- 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