We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54e40a commit ee65e0dCopy full SHA for ee65e0d
infra/ansible/playbooks/batcher.yaml
@@ -52,7 +52,7 @@
52
ansible.builtin.git:
53
repo: https://github.com/yetanotherco/aligned_layer.git
54
dest: /home/{{ ansible_user }}/repos/batcher/aligned_layer
55
- version: staging
+ version: 2065-feat-sepolia-deployment
56
recursive: false
57
58
# Build the batcher
@@ -66,7 +66,7 @@
66
- name: Install batcher
67
make:
68
chdir: /home/{{ ansible_user }}/repos/batcher/aligned_layer
69
- target: install_batcher
+ target: batcher_install
70
environment:
71
PATH: "{{ ansible_env.PATH }}:/usr/local/go/bin:/home/{{ ansible_user }}/.cargo/bin"
72
0 commit comments