Move ci user setup to workflow file
This commit is contained in:
parent
f856866a53
commit
800536e625
2 changed files with 10 additions and 3 deletions
|
|
@ -34,6 +34,11 @@ jobs:
|
|||
- name: Setup additional tooling
|
||||
run: .forgejo/workflows/setup-tools.sh
|
||||
|
||||
- name: Setup permissions for ci user
|
||||
run: |
|
||||
useradd -m ci && chown -R ci:ci .
|
||||
git config --global --add safe.directory "$PWD"
|
||||
|
||||
- name: Build
|
||||
run: just ci build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue