mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
58ec49a34d
cppjit client (python not yet working)
11 lines
176 B
YAML
11 lines
176 B
YAML
---
|
|
- name: Provision the operation system for tests
|
|
# testing
|
|
# hosts: all
|
|
# live
|
|
hosts: tag_Name_test_runner
|
|
remote_user: ubuntu
|
|
roles:
|
|
- docker
|
|
- common
|