Skip to content

Commit 6328d70

Browse files
authored
remove git pull from ci/codebuild/build-cpp-sdk.sh (#132)
1 parent 087eccb commit 6328d70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/codebuild/build-cpp-sdk.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set -euo pipefail
44

55
# build the AWS C++ SDK
66
cd /aws-sdk-cpp
7-
git pull
87
mkdir build
98
cd build
109
cmake .. -GNinja -DBUILD_ONLY="lambda" \

0 commit comments

Comments
 (0)