This commit is contained in:
parent
bb62f1ae17
commit
39fe2d57cc
2 changed files with 0 additions and 8 deletions
|
|
@ -34,12 +34,7 @@ jobs:
|
|||
- name: Setup additional tooling
|
||||
run: |
|
||||
.forgejo/workflows/setup-tools.sh
|
||||
echo "git config add"
|
||||
git config --add safe.directory "$PWD"
|
||||
echo "git config get"
|
||||
git config --global safe.directory 2>&1 || true
|
||||
echo "ls -la"
|
||||
ls -la
|
||||
|
||||
- name: Build
|
||||
run: just ci build
|
||||
|
|
|
|||
|
|
@ -437,10 +437,7 @@ choose:
|
|||
ci recipe:
|
||||
id -u ci >/dev/null 2>&1 || useradd -m ci
|
||||
chown -R ci:ci .
|
||||
git config --global safe.directory 2>&1 || true
|
||||
ls -la
|
||||
su ci -c "just {{ recipe }}"
|
||||
su ci -c "git config --global safe.directory"
|
||||
|
||||
alias ch := choose
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue