From b5390de4b07102b6e2aad6316b9e93179573c924 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 29 Sep 2020 12:16:37 -0500 Subject: [PATCH] fixed yaml error --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed6dbde..c9349ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,12 +46,12 @@ documentation: name: socializer_documentation expire_in: 30 days -translations: +update_catalogs: type: deploy tags: - windows10 script: - - '&$env:PYTHON3_32 -m pip install --upgrade babel' + - '&$env:PYTHON3_32 -m pip install --upgrade babel' - copy changelog.md doc\changelog.md - cd doc - '&$env:PYTHON3_32 documentation_importer.py'