File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change 1- common-params :
2- &docker-container
3- docker#v3.8.0:
4- image : " public.ecr.aws/automattic/android-build-image:v1.2.0"
5- propagate-environment : true
6- environment :
7- # DO NOT MANUALLY SET THESE VALUES!
8- # They are passed from the Buildkite agent to the Docker container
9- - " AWS_ACCESS_KEY"
10- - " AWS_SECRET_KEY"
1+ common_params :
2+ # Common plugin settings to use with the `plugins` key.
3+ - &common_plugins
4+ - automattic/bash-cache#2.11.0
115
126steps :
137 - label : " Lint & Checkstyle"
148 key : " lint_and_checkstyle"
15- plugins :
16- - *docker-container
9+ plugins : *common_plugins
1710 command : |
1811 cp gradle.properties-example gradle.properties
1912 ./gradlew lint checkstyle
2316
2417 - label : " Test"
2518 key : " test"
26- plugins :
27- - *docker-container
19+ plugins : *common_plugins
2820 command : |
2921 cp gradle.properties-example gradle.properties
3022 ./gradlew test
3325 depends_on :
3426 - " lint_and_checkstyle"
3527 - " test"
36- plugins :
37- - *docker-container
28+ plugins : *common_plugins
3829 command : |
3930 cp gradle.properties-example gradle.properties
4031 ./gradlew \
You can’t perform that action at this time.
0 commit comments