apps (some of them)
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local dirs = ['_CI-CD'];
|
||||
local dirs = ['_CI-CD', 'apps'];
|
||||
local packages = ['debian-stable','debian-testing','debian-stable-build-essential','debian-golang','debian-stable-php-fpm','distcc'];
|
||||
|
||||
local apps = ['apt-cacher-ng', 'curl', 'mosquitto']
|
||||
local build(dir, package) = {
|
||||
kind: 'pipeline',
|
||||
type: 'docker',
|
||||
@@ -26,5 +26,11 @@ local build(dir, package) = {
|
||||
std.flattenArrays([ [
|
||||
build('_CI-CD', pkg)
|
||||
for pkg in packages
|
||||
] ])
|
||||
|
||||
] + [
|
||||
build('apps', app)
|
||||
for app in apps
|
||||
]
|
||||
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user