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/PackSourceBySpec.sh

10 lines
229 B
Bash
Raw Normal View History

#!/bin/bash
branch =$(python aws-sdk-cpp/CI/ExtractBuildArgs.py branch)
git clone git@github.com:awslabs/aws-sdk-cpp-staging.git aws-sdk-cpp
cd aws-sdk-cpp
git reset --hard HEAD
git checkout master
git pull
git checkout $branch