build: fix missing array
This commit is contained in:
parent
ba11b6ac4e
commit
3677b8ecb8
@ -25,11 +25,13 @@ local build_steps(versions,arch) = [
|
||||
image: "quay.io/buildah/stable",
|
||||
privileged: true,
|
||||
volumes:
|
||||
[
|
||||
{
|
||||
name: "fedhq-ca-crt",
|
||||
path: "/etc/ssl/certs2/"
|
||||
|
||||
},
|
||||
}
|
||||
],
|
||||
commands: [
|
||||
"scripts/setupEnvironment.sh",
|
||||
"cd " + version.dir + ";" + 'buildah bud --network host -t "registry.cloud.federationhq.de/redmine:' +version.tag + "-" + arch + '" --arch ' + arch,
|
||||
|
Loading…
Reference in New Issue
Block a user