7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-08 00:50:47 +00:00

Fix ci-config command for Travis testing

This commit is contained in:
Régis Behmo 2019-03-18 18:52:44 +01:00
parent 07b3d113d4
commit 0d40d55afc
2 changed files with 1 additions and 4 deletions

View File

@ -31,7 +31,6 @@ matrix:
script:
- make ci-info
- make ci-config
- make ci-bundle
deploy:

View File

@ -28,9 +28,6 @@ retag:
###### Continuous integration tasks
ci-config: ## Generate configuration and environment
./dist/tutor config save --silent --set ACTIVATE_NOTES=true --set ACTIVATE_XQUEUE=true
ci-info: ## Print info about environment
python3 --version
pip3 --version
@ -43,6 +40,7 @@ ci-bundle: ## Create bundle and run basic tests
cp ./dist/tutor ./releases/tutor-$$(uname -s)_$$(uname -m)
./dist/tutor --version
./dist/tutor config printroot
./dist/tutor config save --silent --set ACTIVATE_NOTES=true --set ACTIVATE_XQUEUE=true
ci-images: ## Build and push docker images to hub.docker.com
python setup.py develop