mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
chore(release): remove unnecessary dependencies in release workflow
This commit is contained in:
parent
d69c2a9d53
commit
77fe287a0b
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -15,7 +15,6 @@ jobs:
|
|||||||
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'
|
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Bump Current Version
|
name: Bump Current Version
|
||||||
needs: [validate-release, test-cover, test-race]
|
|
||||||
outputs:
|
outputs:
|
||||||
new_tag: ${{ steps.bump.outputs.new_tag }}
|
new_tag: ${{ steps.bump.outputs.new_tag }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -13,11 +13,20 @@ tasks:
|
|||||||
init:
|
init:
|
||||||
desc: Initialize postgresql
|
desc: Initialize postgresql
|
||||||
silent: true
|
silent: true
|
||||||
dir: deploy
|
dir: deploy/apps/chainindex
|
||||||
cmds:
|
cmds:
|
||||||
- cmd: sudo -u postgres psql -f deploy/apps/chainindex/seed.sql
|
- cmd: sudo -u postgres psql -f seed.sql
|
||||||
platforms:
|
platforms:
|
||||||
- linux
|
- linux
|
||||||
- cmd: sudo -u postgres psql -d chainindex -f deploy/apps/chainindex/schema.sql
|
- cmd: sudo -u postgres psql -d chainindex -f schema.sql
|
||||||
|
platforms:
|
||||||
|
- linux
|
||||||
|
|
||||||
|
reset:
|
||||||
|
desc: Reset postgresql
|
||||||
|
silent: true
|
||||||
|
dir: deploy/apps/chainindex
|
||||||
|
cmds:
|
||||||
|
- cmd: sudo -u postgres psql -d chainindex -f reset.sql
|
||||||
platforms:
|
platforms:
|
||||||
- linux
|
- linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user