Fix issue

This commit is contained in:
Manuel Cortez 2020-09-29 13:35:38 -05:00
parent b305a3702c
commit a799f3d0d5

View File

@ -64,7 +64,7 @@ update_catalogs:
- 'git config user.email "manuel@manuelcortez.net"' - 'git config user.email "manuel@manuelcortez.net"'
- 'git add scripts' - 'git add scripts'
- 'git remote set-url --push origin git@code.manuelcortez.net:$env:CI_PROJECT_PATH' - 'git remote set-url --push origin git@code.manuelcortez.net:$env:CI_PROJECT_PATH'
- 'git commit -m "Updated locales"' - 'git commit -m "Updated locales [skip ci]"'
- 'git push origin HEAD:$env:CI_COMMIT_REF_NAME' - 'git push origin HEAD:$env:CI_COMMIT_REF_NAME'
only: only:
- master - master