CI: fix missing __init__ and enable plugin

This commit is contained in:
Régis Behmo 2019-07-11 16:29:39 +08:00
parent 567323db2e
commit 4d112e7ac6
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File