Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-buildbot
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fix missing char in config file
covid-videoplattform
Markus Katharina Brechtel
4 anni fa
parent
fe79852393
commit
07fba8006d
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/buildbot/master.cfg.j2
+ 1
- 1
templates/buildbot/master.cfg.j2
Vedi File
@@ -53,7 +53,7 @@ c['builders'].append(
c['schedulers'].append(schedulers.ForceScheduler(
name="force-hello-world",
builderNames=["hello-world"],
)
)
)
{% endif %}
Write
Preview
Loading…
Annulla
Salva