1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-10 04:09:59 +02:00

🚧 dinglehopper: Try out Drone CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Gerber, Mike 2021-02-11 14:26:29 +01:00
parent a59ecb795c
commit bd324331e6

View file

@ -16,7 +16,6 @@ local Pipeline(name, image) = {
}; };
[ [
Pipeline("python-3-4", "python:3.4"),
Pipeline("python-3-5", "python:3.5"), Pipeline("python-3-5", "python:3.5"),
Pipeline("python-3-6", "python:3.6"), Pipeline("python-3-6", "python:3.6"),
Pipeline("python-3-7", "python:3.7"), Pipeline("python-3-7", "python:3.7"),