This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix git remote creation in update:schema-prisma

+2 -1
+2 -1
.gitlab-ci.yml
··· 68 68 - just updateschema $SCHEMA_RAW_URL 69 69 - git config --global user.name gitlab 70 70 - git config --global user.email "git@noreply.inpt.fr" 71 - - git remote add gitlab_origin https://bot:$BOT_TOKEN@$CI_SERVER_SHELL_SSH_HOST/$CI_PROJECT_PATH || true 71 + - git remote remove gitlab_origin || true 72 + - git remote add gitlab_origin https://bot:$BOT_TOKEN@$CI_SERVER_SHELL_SSH_HOST/$CI_PROJECT_PATH 72 73 script: 73 74 - git add schema.prisma 74 75 - 'git commit -m "chore(prisma): update schema.prisma after churros/churros change"'