1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-08 11:20:26 +02:00

🚧 dinglehopper: Try out Drone CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Gerber, Mike 2021-02-11 14:15:08 +01:00
parent 14230e073a
commit a59ecb795c

View file

@ -16,6 +16,7 @@ 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"),