Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sehrish30 committed May 22, 2023
1 parent 5956284 commit a47cd8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions external-verification-service/resources/CodePipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ CodeBuildDeployDevProject:
Type: LINUX_CONTAINER
ComputeType: BUILD_GENERAL1_SMALL
Image: !Ref CodeBuildEnvironmentImage
# EnvironmentVariables:
# - Name: BUCKET_NAME
# Value: ${env:BUCKET_NAME}
# - Name: GITHUB_TOKEN
# Value: ${env:GITHUB_TOKEN}
EnvironmentVariables:
- Name: BUCKET_NAME
Value: ${env:BUCKET_NAME}
- Name: GITHUB_TOKEN
Value: ${env:GITHUB_TOKEN}

CodeBuildQAProject:
Type: AWS::CodeBuild::Project
Expand Down

0 comments on commit a47cd8e

Please sign in to comment.