fix: use correct path (#31)
All checks were successful
Deploy / build (push) Successful in 32s
All checks were successful
Deploy / build (push) Successful in 32s
- I need a better way to test these changes Reviewed-on: #31
This commit is contained in:
parent
5ff0604d93
commit
56a32bfaff
@ -8,5 +8,5 @@ scripts_final = [
|
|||||||
"rm -rf /var/cache/dnf"
|
"rm -rf /var/cache/dnf"
|
||||||
]
|
]
|
||||||
docker_changes = [
|
docker_changes = [
|
||||||
"CMD /usr/bin/local/run.sh"
|
"CMD /usr/local/bin/run.sh"
|
||||||
]
|
]
|
||||||
|
|||||||
@ -6,7 +6,7 @@ packer {
|
|||||||
}
|
}
|
||||||
incus = {
|
incus = {
|
||||||
source = "github.com/bketelsen/incus"
|
source = "github.com/bketelsen/incus"
|
||||||
version = "~> 1"
|
version = "1.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user