beacon-node-builds: add vim: ft=sh for buils.sh
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
38745d0495
commit
39f9b71dff
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
- name: infra-role-bootstrap
|
- name: infra-role-bootstrap
|
||||||
src: git@github.com:status-im/infra-role-bootstrap.git
|
src: git@github.com:status-im/infra-role-bootstrap.git
|
||||||
version: c9bdc2ba10127cbcde8c0d66e9120bbee81e7e99
|
version: c0223e6144f8658083491319085c7f40996a9b1c
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: oauth-proxy
|
- name: oauth-proxy
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# vim: ft=sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
function headIsDetached() {
|
function headIsDetached() {
|
||||||
|
|
Loading…
Reference in New Issue