[Spec] openhpi/co_execenv_python:3.4 is no longer required

This commit is contained in:
Sebastian Serth
2021-10-29 22:34:31 +02:00
parent 01ec9343cf
commit 5550183d7e
2 changed files with 0 additions and 3 deletions

View File

@ -16,8 +16,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
co_execenv_python:
image: openhpi/co_execenv_python:3.4
co_execenv_java:
image: openhpi/co_execenv_java:8

View File

@ -43,7 +43,6 @@ rspec:
- rake db:schema:load
- rake db:migrate
- docker login -u "${DOCKERHUB_USER}" -p "${DOCKERHUB_PASS}"
- docker pull openhpi/co_execenv_python:3.4
- docker pull openhpi/co_execenv_java:8
script:
- rspec --format progress