CI: fix missing __init__ and enable plugin
This commit is contained in:
parent
567323db2e
commit
4d112e7ac6
@ -2,6 +2,7 @@ build:image:
|
||||
script:
|
||||
- apk add --no-cache docker
|
||||
- python setup.py install
|
||||
- tutor plugins enable discovery
|
||||
- tutor config save
|
||||
- tutor images build discovery
|
||||
only:
|
||||
@ -15,6 +16,7 @@ deploy:image:
|
||||
script:
|
||||
- apk add --no-cache docker
|
||||
- python setup.py install
|
||||
- tutor plugins enable discovery
|
||||
- tutor config save
|
||||
- tutor images push discovery
|
||||
only:
|
||||
|
||||
0
tutordiscovery/__init__.py
Normal file
0
tutordiscovery/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user