This repository has no description
0

Configure Feed

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

ci(update:prisma-schema): use $SCHEMA_RAW_URL from upstream pipeline

+3 -3
+1 -1
.gitlab-ci.yml
··· 64 64 - if: $CI_PIPELINE_SOURCE == "pipeline" 65 65 before_script: 66 66 - apk add curl 67 - - just updateschema 67 + - just updateschema $SCHEMA_RAW_URL 68 68 - git config --global user.name gitlab 69 69 - git config --global user.email "git@noreply.inpt.fr" 70 70 - git remote add gitlab_origin https://changesets:$CHANGESETS_TOKEN@$CI_SERVER_SHELL_SSH_HOST/$CI_PROJECT_PATH || true
+2 -2
Justfile
··· 16 16 just build 17 17 cp bin/server ~/.local/bin/notella 18 18 19 - updateschema: 20 - curl -fsSL https://git.inpt.fr/churros/churros/-/raw/main/packages/db/prisma/schema.prisma -o schema.prisma 19 + updateschema url="https://git.inpt.fr/churros/churros/-/raw/main/packages/db/prisma/schema.prisma": 20 + curl -fsSL {{url}} -o schema.prisma 21 21 sed -i '/^generator .* {/,/^}/d' schema.prisma 22 22 sed -i '1i\ 23 23 generator goprisma {\n\