Skip to content

Commit

Permalink
Delete old generated code before codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Jan 20, 2024
1 parent bfb2b04 commit 9f135ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/ci_steps/prepare_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ set -e
# Only enable codegen for integration test services
cp scripts/integration-test-sdk.properties sdk.properties

# Delete all staged, generated code
rm -rf Sources/Services/*
rm -rf Tests/Services/*

# Code-generate all enabled AWS services
./gradlew -p codegen/sdk-codegen build
./gradlew -p codegen/sdk-codegen stageSdks
Expand Down

0 comments on commit 9f135ca

Please sign in to comment.