c9d100491c
* Ultimate e2e for native to erc type of bridge * One job * Try to run the tests * Run on CI * Docs * Cosmetics * Final changes * Revert the changes * Networks * Waiting for Oracle * One job * Initialize the contracts submodule * Run on ci * comment * Sleep. * ultimate network * Docker localhost no longer needed * Final changes * Timeout * Naming * Sleep task.
13 lines
270 B
YAML
13 lines
270 B
YAML
---
|
|
- name: Get bridge repo
|
|
git:
|
|
repo: "{{ bridge_repo }}"
|
|
dest: "{{ bridge_path }}"
|
|
force: no
|
|
update: no
|
|
version: "{{ bridge_repo_branch }}"
|
|
- name: Initialize submodules
|
|
shell: git submodule update --init
|
|
args:
|
|
chdir: "{{ bridge_path }}"
|