Fix for running on jenkins
This commit is contained in:
parent
f529769bf1
commit
01e9fb0053
1 changed files with 4 additions and 0 deletions
|
|
@ -102,6 +102,10 @@ actions:
|
||||||
fs: ext4
|
fs: ext4
|
||||||
fsname: "gemian"
|
fsname: "gemian"
|
||||||
|
|
||||||
|
- action: run
|
||||||
|
description: Allow jenkins user to access file
|
||||||
|
command: chown jenkins.jenkins {{ $image }}
|
||||||
|
|
||||||
- action: filesystem-deploy
|
- action: filesystem-deploy
|
||||||
setup-fstab: false
|
setup-fstab: false
|
||||||
setup-kernel-cmdline: false
|
setup-kernel-cmdline: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue