mirror of https://github.com/citusdata/citus.git
Set user to root for sql snapshots
parent
6127fe3556
commit
0ba0c685b3
|
@ -34,6 +34,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: citus/extbuilder:latest
|
image: citus/extbuilder:latest
|
||||||
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.5.0
|
- uses: actions/checkout@v3.5.0
|
||||||
- name: Check Snapshots
|
- name: Check Snapshots
|
||||||
|
|
Loading…
Reference in New Issue