Skip to content

Commit

Permalink
Merge pull request #63 from veezor/stopTimeout
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
fagianijunior authored Jan 27, 2023
2 parents b903770 + b367781 commit 8224ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AWS_ACCOUNT_ID=$(cut -d':' -f5 <<<$CODEBUILD_BUILD_ARN)

if [[ ! -z "$DEPLOY_WEBHOOK_URL" ]]; then
echo "----> Registering deployment with custom deployment webhook"
main_webhook_parsed_url=${MAIN_WEBHOOK_URL/\{\{CLUSTER\}\}/$ECS_CLUSTER_ID}
main_webhook_parsed_url=${DEPLOY_WEBHOOK_URL/\{\{CLUSTER\}\}/$ECS_CLUSTER_ID}
main_webhook_parsed_url=${main_webhook_parsed_url/\{\{REPOSITORY\}\}/$REPO_SLUG}

main_repo_link=$(aws codebuild batch-get-builds --ids $CODEBUILD_BUILD_ID --query 'builds[0].source.location' --output text)
Expand Down

0 comments on commit 8224ffc

Please sign in to comment.