Sync assets from the mempool CDN
This commit is contained in:
parent
933bc47b44
commit
9c72d1df3b
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -115,6 +115,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Sync-assets
|
- name: Sync-assets
|
||||||
run: npm run sync-assets-dev
|
run: npm run sync-assets-dev
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
MEMPOOL_CDN: 1
|
||||||
|
VERBOSE: 1
|
||||||
working-directory: assets/frontend
|
working-directory: assets/frontend
|
||||||
|
|
||||||
- name: Zip mining-pool assets
|
- name: Zip mining-pool assets
|
||||||
@ -237,6 +241,8 @@ jobs:
|
|||||||
working-directory: ${{ matrix.node }}/${{ matrix.flavor }}/frontend
|
working-directory: ${{ matrix.node }}/${{ matrix.flavor }}/frontend
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
MEMPOOL_CDN: 1
|
||||||
|
VERBOSE: 1
|
||||||
|
|
||||||
e2e:
|
e2e:
|
||||||
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
|
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user