Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-buildbot
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix missing char in config file
covid-videoplattform
Markus Katharina Brechtel
hace 4 años
padre
fe79852393
commit
07fba8006d
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
templates/buildbot/master.cfg.j2
+ 1
- 1
templates/buildbot/master.cfg.j2
Ver fichero
@@ -53,7 +53,7 @@ c['builders'].append(
c['schedulers'].append(schedulers.ForceScheduler(
name="force-hello-world",
builderNames=["hello-world"],
)
)
)
{% endif %}
Escribir
Vista previa
Cargando…
Cancelar
Guardar