#42 Setup zuul
Merged 3 years ago by mohanboddu. Opened 3 years ago by humaton.
humaton/fedscm-admin master  into  master

file added
+7
@@ -0,0 +1,7 @@ 

+ - hosts: all

+ tasks:

+   - name: Install dependencies

+     dnf:

+       name:

+         - git-core

+       state: latest

file added
+10
@@ -0,0 +1,10 @@ 

+ ---

+ - project:

+     check:

+       jobs:

+         - tox:

+             vars:

+               tox_envlist: ALL

+               tox_install_siblings: false

+             pre-run: ci/prepare.yaml

+ ...

rebased onto 7841dbb

3 years ago

Pull-Request has been merged by mohanboddu

3 years ago
Metadata