ForgejoRunner
This commit is contained in:
parent
44e620ddae
commit
e33e131de7
8 changed files with 402 additions and 0 deletions
9
VMs/ForgejoRunner/create_data.sh
Normal file
9
VMs/ForgejoRunner/create_data.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p data/.cache
|
||||
|
||||
chown -R 1001:1001 data
|
||||
chmod 775 data/.cache
|
||||
chmod g+s data/.cache
|
||||
Loading…
Add table
Add a link
Reference in a new issue