Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e9e0c1e

Browse files
committed
chore: fix jinja action
1 parent 759d0c8 commit e9e0c1e

File tree

8 files changed

+19
-2
lines changed

8 files changed

+19
-2
lines changed

.github/workflows/deploy_mainnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
token: ${{ secrets.GHCR_TOKEN }}
4343

4444
- name: render jinja2 templates to task definition json files
45-
uses: cuchi/jinja2-action@v1.2.2
45+
uses: cuchi/jinja2-action@v1.3.0
4646
with:
4747
template: 'inclusion-prover/ecs/task_definition-${{ env.ENVIRONMENT }}.j2'
4848
output_file: 'inclusion-prover/ecs/task_definition-${{ env.ENVIRONMENT }}.json'

.github/workflows/deploy_testnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
token: ${{ secrets.GHCR_TOKEN }}
7878

7979
- name: render jinja2 templates to task definition json files
80-
uses: cuchi/jinja2-action@v1.2.0
80+
uses: cuchi/jinja2-action@v1.3.0
8181
with:
8282
template: 'inclusion-prover/ecs/task_definition-${{ env.ENVIRONMENT }}.j2'
8383
output_file: 'inclusion-prover/ecs/task_definition-${{ env.ENVIRONMENT }}.json'

lvldbdata/000002.log

2.17 KB
Binary file not shown.

lvldbdata/CURRENT

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MANIFEST-000003

lvldbdata/CURRENT.bak

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MANIFEST-000000

lvldbdata/LOCK

Whitespace-only changes.

lvldbdata/LOG

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
=============== Nov 12, 2024 (+07) ===============
2+
17:29:23.964317 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
3+
17:29:23.993195 db@open opening
4+
17:29:23.994369 version@stat F·[] S·0B[] Sc·[]
5+
17:29:24.001392 db@janitor F·2 G·0
6+
17:29:24.001467 db@open done T·8.208006ms
7+
=============== Nov 12, 2024 (+07) ===============
8+
17:29:35.807936 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
9+
17:29:35.808080 version@stat F·[] S·0B[] Sc·[]
10+
17:29:35.808094 db@open opening
11+
17:29:35.808118 journal@recovery F·1
12+
17:29:35.808234 journal@recovery recovering @1
13+
17:29:35.808526 version@stat F·[] S·0B[] Sc·[]
14+
17:29:35.841146 db@janitor F·2 G·0
15+
17:29:35.841187 db@open done T·33.077815ms

lvldbdata/MANIFEST-000003

41 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)