Skip to content

Commit 1343e63

Browse files
committed
misc: adapt codebuild ci for alternative repos
1 parent 8d231ce commit 1343e63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ START_RESULT=$(
9494
aws codebuild start-build-batch \
9595
--project-name ${PROJECT_NAME} \
9696
--source-version $SOURCE_VERSION \
97-
--environment-variables-override file:///tmp/gh_env_vars.json
97+
--environment-variables-override file:///tmp/gh_env_vars.json \
98+
--source-type-override GITHUB \
99+
--source-location-override https://github.com/awslabs/"$GITHUB_REPOSITORY_NO_ORG".git
98100
)
99101

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

0 commit comments

Comments
 (0)