fix: update ci runner
All checks were successful
gen-migrations / gen-migrations (push) Successful in 2m41s
All checks were successful
gen-migrations / gen-migrations (push) Successful in 2m41s
This commit is contained in:
parent
43d2f59944
commit
c462e62d14
@ -19,4 +19,5 @@ RUN apt-get update \
|
|||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apt-get install -y python3 python3-pip \
|
&& apt-get install -y python3 python3-pip \
|
||||||
&& pip install psycopg2-binary \
|
&& pip install psycopg2-binary \
|
||||||
|
&& pip install pg8000 \
|
||||||
&& pip install migra
|
&& pip install migra
|
||||||
|
@ -6,7 +6,7 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
!startsWith(gitea.event.head_commit.message, 'chore')
|
!startsWith(gitea.event.head_commit.message, 'chore')
|
||||||
container:
|
container:
|
||||||
image: 'git.orionkindel.com/dnim/db-ci-runner:disheveled-iceberg-launched-loosely'
|
image: 'git.orionkindel.com/dnim/db-ci-runner:specified-policeman-saw-kindly'
|
||||||
volumes:
|
volumes:
|
||||||
- '/run/user/1001/docker.sock:/run/user/1001/docker.sock'
|
- '/run/user/1001/docker.sock:/run/user/1001/docker.sock'
|
||||||
- '/var/run/postgresql:/var/run/postgresql'
|
- '/var/run/postgresql:/var/run/postgresql'
|
||||||
|
@ -4,7 +4,7 @@ on: { push: { branches: ['main'], paths: ['migrations'] } }
|
|||||||
jobs:
|
jobs:
|
||||||
migrate-devel:
|
migrate-devel:
|
||||||
container:
|
container:
|
||||||
image: 'git.orionkindel.com/dnim/db-ci-runner:disheveled-iceberg-launched-loosely'
|
image: 'git.orionkindel.com/dnim/db-ci-runner:specified-policeman-saw-kindly'
|
||||||
volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock']
|
volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock']
|
||||||
steps:
|
steps:
|
||||||
- uses: 'actions/checkout@v3'
|
- uses: 'actions/checkout@v3'
|
||||||
|
@ -4,7 +4,7 @@ on: { push: { branches: ['main'], paths: ['migrations'] } }
|
|||||||
jobs:
|
jobs:
|
||||||
migrate-stage:
|
migrate-stage:
|
||||||
container:
|
container:
|
||||||
image: 'git.orionkindel.com/dnim/db-ci-runner:disheveled-iceberg-launched-loosely'
|
image: 'git.orionkindel.com/dnim/db-ci-runner:specified-policeman-saw-kindly'
|
||||||
volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock']
|
volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock']
|
||||||
steps:
|
steps:
|
||||||
- uses: 'actions/checkout@v3'
|
- uses: 'actions/checkout@v3'
|
||||||
|
Loading…
Reference in New Issue
Block a user