Skip to content

Commit a784835

Browse files
committed
debugging cluster file env
1 parent d27962b commit a784835

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

actions/setup-fdb/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ runs:
4040
- name: Switch FDB to SSD
4141
shell: bash
4242
run: fdbcli --exec "configure single ssd storage_migration_type=aggressive; status"
43+
- name: echo cluster
44+
shell: bash
45+
run: echo "__$FDB_CLUSTER_FILE__"
46+
- name: cat cluster
47+
shell: bash
48+
run: cat /etc/foundationdb/fdb.cluster

0 commit comments

Comments
 (0)