7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-15 20:12:20 +00:00

Revert "Attempt to generate assets with travis"

This reverts commit 9592672ff9.

Assets generation still requires too much time...
This commit is contained in:
Régis Behmo 2018-11-20 19:06:21 +01:00
parent 9592672ff9
commit 041113e9ee

View File

@ -5,7 +5,7 @@ script:
- make configure SILENT=1 CONFIGURE_OPTS="-e SETTING_ACTIVATE_NOTES=1 -e SETTING_ACTIVATE_XQUEUE=1"
- make build
- make databases
- make assets
#- make assets # too time-consuming
deploy:
provider: script
script: docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" && make push