ci- rm redundant vars
This commit is contained in:
parent
027f014d31
commit
d9a9929130
@ -28,7 +28,6 @@ jobs:
|
|||||||
repository: cerc-io/eth-testing
|
repository: cerc-io/eth-testing
|
||||||
path: ./fixtures
|
path: ./fixtures
|
||||||
ref: v0.3.1
|
ref: v0.3.1
|
||||||
token: ${{ secrets.CICD_REPO_TOKEN }}
|
|
||||||
- name: Configure Gitea access
|
- name: Configure Gitea access
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.CICD_REPO_TOKEN }}
|
TOKEN: ${{ secrets.CICD_REPO_TOKEN }}
|
||||||
@ -119,7 +118,6 @@ jobs:
|
|||||||
run: docker compose -f test/compose.yml up --wait
|
run: docker compose -f test/compose.yml up --wait
|
||||||
- name: Compare snapshot output
|
- name: Compare snapshot output
|
||||||
env:
|
env:
|
||||||
SNAPSHOT_MODE: postgres
|
|
||||||
SNAPSHOT_BLOCK_HEIGHT: 200
|
SNAPSHOT_BLOCK_HEIGHT: 200
|
||||||
LEVELDB_PATH: ./fixtures/chaindata/_data/small2
|
LEVELDB_PATH: ./fixtures/chaindata/_data/small2
|
||||||
LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small2/ancient
|
LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small2/ancient
|
||||||
|
Loading…
Reference in New Issue
Block a user