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 c8aea08 commit 75071e7Copy full SHA for 75071e7
.github/scripts/run-codebuild-batch-job.sh
@@ -95,7 +95,7 @@ START_RESULT=$(
95
--project-name ${PROJECT_NAME} \
96
--source-version $SOURCE_VERSION \
97
--environment-variables-override file:///tmp/gh_env_vars.json \
98
- --source-location-override https://github.com/awslabs/"$GITHUB_REPOSITORY_NO_ORG".git
+ --source-location-override "https://github.com/awslabs/$GITHUB_REPOSITORY_NO_ORG.git"
99
)
100
101
if [ "$?" != "0" ]; then
0 commit comments