File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 MODULE : ${{ matrix.module }}
2929 # We don't actually need AWS credentials in the tests, but LocalStack
3030 # complains if they're not there, so we add dummies to the environment.
31- AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
32- AWS_SECRET_KEY : ${{ secrets.AWS_SECRET_KEY }}
33- AWS_REGION : ${{ secrets.AWSREGION }}
31+ AWS_ACCESS_KEY_ID : dummy
32+ AWS_SECRET_KEY : dummy
33+ AWS_REGION : us-east-1
3434 run : |
3535 chmod 755 build-all.sh && ./build-all.sh $MODULE
Original file line number Diff line number Diff line change 121121
122122if [[ " $MODULE " == " module3" ]]
123123then
124+ build_maven_module " aws/localstack"
124125 build_gradle_module " pact/pact-spring-provider"
125126 build_gradle_module " patterns"
126127 build_gradle_module " spring-cloud/feign-with-spring-data-rest"
131132 build_gradle_module " spring-data/spring-data-rest-associations"
132133 build_gradle_module " spring-data/spring-data-rest-springfox"
133134 build_gradle_module " tools/jacoco"
134- build_maven_module " aws/localstack"
135135
136136 echo " "
137137 echo " +++"
You can’t perform that action at this time.
0 commit comments