Unshorten fed to federated
This commit is contained in:
parent
556a44e960
commit
e40d66cb60
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ from os import environ
|
|||
from pybuilder.core import task, init
|
||||
from ddadevops import *
|
||||
|
||||
name = 'c4k-forgejo-fed'
|
||||
name = 'c4k-forgejo-federated'
|
||||
MODULE = 'docker'
|
||||
PROJECT_ROOT_PATH = '../..'
|
||||
|
||||
|
@ -18,7 +18,7 @@ def initialize(project):
|
|||
}
|
||||
|
||||
project.build_depends_on('ddadevops>=4.0.0-dev')
|
||||
|
||||
|
||||
build = DevopsImageBuild(project, input)
|
||||
build.initialize_build_dir()
|
||||
|
||||
|
|
Loading…
Reference in a new issue