Skip to content

Commit c64c42a

Browse files
committed
CI: use system docopt-cpp
Change-Id: Ib246d39f975c00bc6489f683f1f21f34cc808201 Depend-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/6009
1 parent 9a2de97 commit c64c42a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/pre.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@
2323
name: sssd-client
2424
state: absent
2525
become: true
26+
27+
- name: install docopt-cpp
28+
package:
29+
name: docopt-cpp-devel
30+
state: present
31+
become: true

0 commit comments

Comments
 (0)