This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/CI/binary-release-pipeline/buildspec_github_import.yml

12 lines
231 B
YAML

version: 0.2
phases:
build:
commands:
- cd ..
- zip -r latestSnapshot.zip aws-sdk-cpp
- mv latestSnapshot.zip $CODEBUILD_SRC_DIR
- cd $CODEBUILD_SRC_DIR
artifacts:
files:
- latestSnapshot.zip