Skip to content

Commit

Permalink
Disable Smartling upload in CI (#4178)
Browse files Browse the repository at this point in the history
* Disable Smartling upload in CI

* Make i18n upload stage manual
  • Loading branch information
ivan-c authored Feb 3, 2022
1 parent 9033112 commit 6d7e2fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ i18n_test_tnusa:
# deploy templates
.i18n_upload_template: &i18n_upload_definition
stage: deploy
# TODO re-enable/remove when future of Smartling integration more certain
# disable Smartling string uploads
when: manual
script:
- tox
# reuse tox virtual environment to also upload translations
Expand Down

0 comments on commit 6d7e2fa

Please sign in to comment.