Commit cbe44cf5 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Add new file

parent 4aa5284f
Pipeline #6564 canceled with stage
prod:
stage: deploy
script:
- echo "pipeline started"
- cp -r ./i18n/ /usr/lib/ckan/default/src/ckan-translation/
- source /usr/lib/ckan/default/bin/activate
- cd /usr/lib/ckan/default/src/ckan
- python setup.py update_catalog --locale de
- python setup.py compile_catalog --locale de
- python setup.py update_catalog --locale en_GB
- python setup.py compile_catalog --locale en_GN
- deactivate
- supervisorctl restart all
tags:
- production
only:
- master
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment