Skip to content
Snippets Groups Projects
Commit c33de2bd authored by Alexander A. Klimov's avatar Alexander A. Klimov :sunglasses:
Browse files

Add Ubuntu Focal

parent c3c5fa06
No related branches found
No related tags found
2 merge requests!3Draft: Add Ubuntu Groovy,!2Draft: Add Ubuntu Focal
Pipeline #14830 passed
...@@ -88,6 +88,23 @@ upload/debian/stretch: ...@@ -88,6 +88,23 @@ upload/debian/stretch:
# Ubuntu # Ubuntu
################################### ###################################
build/ubuntu/focal:
<<: *build
variables:
DOCKER_IMAGE: ubuntu/focal
test/ubuntu/focal:
<<: *test
variables:
DOCKER_IMAGE: ubuntu/focal
dependencies:
- build/ubuntu/focal
upload/ubuntu/focal:
<<: *upload
dependencies:
- build/ubuntu/focal
build/ubuntu/bionic: build/ubuntu/bionic:
<<: *build <<: *build
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment