Skip to content

Commit e9f96d7

Browse files
committed
test with private repo
1 parent 1343e63 commit e9f96d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/run-codebuild-batch-job.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ jq -n 'env | to_entries | [.[] | select((.key | startswith("GITHUB_")) or (.key
9393
START_RESULT=$(
9494
aws codebuild start-build-batch \
9595
--project-name ${PROJECT_NAME} \
96-
--source-version $SOURCE_VERSION \
96+
--source-version 852c9de4d270f1aaecca060b63def1c6602962a9 \
9797
--environment-variables-override file:///tmp/gh_env_vars.json \
9898
--source-type-override GITHUB \
99-
--source-location-override https://github.com/awslabs/"$GITHUB_REPOSITORY_NO_ORG".git
99+
--source-location-override https://github.com/awslabs/private-aws-sdk-kotlin-staging.git
100100
)
101101

102102
if [ "$?" != "0" ]; then

0 commit comments

Comments
 (0)