Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
translation_ckan
Commits
cbe44cf5
Commit
cbe44cf5
authored
Jun 21, 2022
by
Wolfgang Knopki
Browse files
Add new file
parent
4aa5284f
Pipeline
#6564
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
cbe44cf5
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment