Trying new path for setup_hugo.sh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-23 23:24:11 -04:00
parent 303d24b1df
commit a1824fa46f

View File

@@ -32,9 +32,8 @@ initContainers:
image: debian
tag: stable-slim
command: |
cp /hugo.conf/setup_hugo.sh . &&
chmod +x setup_hugo.sh &&
./setup_hugo.sh
chmod +x /hugo.conf/setup_hugo.sh &&
/hugo.conf/setup_hugo.sh
securityContext:
privileged: false
allowPrivilegeEscalation: false