Skip to content
Snippets Groups Projects
Commit 04d248a7 authored by calrama's avatar calrama
Browse files

ci/cd: remove ubuntu

parent 33d0bf5f
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -7,10 +7,6 @@ stages: ...@@ -7,10 +7,6 @@ stages:
tags: [ linux, docker ] tags: [ linux, docker ]
image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:centos-7 image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:centos-7
.ubuntu-18.04:
tags: [ linux, docker ]
image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:devel-ubuntu18.04
.windows-1809: .windows-1809:
tags: [ windows-1809, docker ] tags: [ windows-1809, docker ]
image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:devel-windows1809 image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:devel-windows1809
...@@ -44,12 +40,6 @@ build centos-7: ...@@ -44,12 +40,6 @@ build centos-7:
variables: variables:
<<: [ *release ] <<: [ *release ]
build ubuntu-18.04:
extends: .ubuntu-18.04
<<: *build
variables:
<<: [ *gcc8, *release ]
build windows-1809: build windows-1809:
extends: .windows-1809 extends: .windows-1809
<<: *build <<: *build
...@@ -77,12 +67,6 @@ package centos-7: ...@@ -77,12 +67,6 @@ package centos-7:
- build centos-7 - build centos-7
<<: *package <<: *package
package ubuntu-18.04:
extends: .ubuntu-18.04
dependencies:
- build ubuntu-18.04
<<: *package
package windows-1809: package windows-1809:
extends: .windows-1809 extends: .windows-1809
dependencies: dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment