Skip to content

Commit

Permalink
Don't build Docker image while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Mar 15, 2020
1 parent 403ac49 commit be53173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task:
folder: ~/.gradle/caches
reupload_on_changes: false
fingerprint_script: cat build.gradle.kts && cat gradle/wrapper/gradle-wrapper.properties
build_script: gradle jibDockerBuild
build_script: gradle classes testClasses
check_script: gradle check
always:
junit_result_artifacts:
Expand Down

0 comments on commit be53173

Please sign in to comment.