Trying new path for setup_hugo.sh
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user