Skip to content

Commit caca382

Browse files
authored
Switch image back to default Ubuntu 20.04 (#99)
## What is the goal of this PR? Recent version of default GraknLabs Ubuntu image already has Java 11 as default, so specialized version (`-java11`) should no longer be used. ## What are the changes implemented in this PR? Use `graknlabs-ubuntu-20.04` as image for all jobs
1 parent 1df144e commit caca382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.grabl/automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build:
2626
owner: graknlabs
2727
branch: master
2828
dependency-analysis:
29-
image: graknlabs-ubuntu-20.04-java11
29+
image: graknlabs-ubuntu-20.04
3030
script: |
3131
bazel run @graknlabs_dependencies//grabl/analysis:dependency-analysis
3232
correctness:

0 commit comments

Comments
 (0)