example now uses git resource as module
This commit is contained in:
parent
fe12241318
commit
437f03f41d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from subprocess import run
|
||||||
|
|
||||||
name = 'meissa'
|
name = 'meissa'
|
||||||
MODULE = 'repos'
|
MODULE = 'repos'
|
||||||
PROJECT_ROOT_PATH = '../../..'
|
PROJECT_ROOT_PATH = '../..'
|
||||||
|
|
||||||
|
|
||||||
class MyBuild(DigitaloceanBackendPropertiesMixin):
|
class MyBuild(DigitaloceanBackendPropertiesMixin):
|
||||||
|
|
Loading…
Reference in a new issue