mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 07:54:03 +00:00
Fix building xqueue/notes as part of CI
This commit is contained in:
parent
0559f6acc9
commit
22a5c0ec3e
9
Makefile
9
Makefile
@ -117,13 +117,16 @@ ci-github: ./releases/github-release ## Upload assets to github
|
|||||||
--file ./dist/tutor \
|
--file ./dist/tutor \
|
||||||
--replace
|
--replace
|
||||||
|
|
||||||
ci-config-images:
|
ci-bootstrap-images:
|
||||||
|
pip install -r requirements/plugins.txt
|
||||||
|
tutor plugins enable notes
|
||||||
|
tutor plugins enable xqueue
|
||||||
tutor config save
|
tutor config save
|
||||||
|
|
||||||
ci-build-images: ci-config-images ## Build docker images
|
ci-build-images: ci-bootstrap-images ## Build docker images
|
||||||
tutor images build all
|
tutor images build all
|
||||||
|
|
||||||
ci-push-images: ci-config-images ## Push docker images to hub.docker.com
|
ci-push-images: ci-bootstrap-images ## Push docker images to hub.docker.com
|
||||||
docker login -u "$$DOCKER_USERNAME" -p "$$DOCKER_PASSWORD"
|
docker login -u "$$DOCKER_USERNAME" -p "$$DOCKER_PASSWORD"
|
||||||
tutor images push all
|
tutor images push all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user