We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1343e63 commit e9f96d7Copy full SHA for e9f96d7
.github/scripts/run-codebuild-batch-job.sh
@@ -93,10 +93,10 @@ jq -n 'env | to_entries | [.[] | select((.key | startswith("GITHUB_")) or (.key
93
START_RESULT=$(
94
aws codebuild start-build-batch \
95
--project-name ${PROJECT_NAME} \
96
- --source-version $SOURCE_VERSION \
+ --source-version 852c9de4d270f1aaecca060b63def1c6602962a9 \
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
+ --source-location-override https://github.com/awslabs/private-aws-sdk-kotlin-staging.git
100
)
101
102
if [ "$?" != "0" ]; then
0 commit comments