Skip to content

Commit

Permalink
Temporary solution to avoid CDK warnings in output file
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhike authored Aug 24, 2023
1 parent 2a71a94 commit ab33cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
cd apps/studio/msk-to-studio/cdk-infra
npm install
cdk synth -j > ../../../../artifacts/CdkInfraKafkaToStudioStack.template.json
cdk synth -j | grep -Ev '^\[Warning' > ../../../../artifacts/CdkInfraKafkaToStudioStack.template.json
cd ../../../..
cd python/lambda_run_studio_notebook
./bundle-lambda-for-release.sh
Expand All @@ -94,4 +94,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: "artifacts/*"


0 comments on commit ab33cac

Please sign in to comment.