ci: trust local mounted repository for demo-app
All checks were successful
Docker Deploy / build-deploy (push) Successful in 22s
All checks were successful
Docker Deploy / build-deploy (push) Successful in 22s
This commit is contained in:
@@ -13,6 +13,7 @@ jobs:
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
set -eu
|
||||
git config --global --add safe.directory '*'
|
||||
rm -rf /tmp/demo-app-source
|
||||
git clone /mnt/d/docker/gitea/data/git/gitea-repositories/admin/demo-app.git /tmp/demo-app-source
|
||||
cd /tmp/demo-app-source
|
||||
|
||||
Reference in New Issue
Block a user