This repository has no description
0

Configure Feed

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

ci: fix test up to date schema job

+1 -1
+1 -1
.gitlab-ci.yml
··· 52 52 - cp schema.prisma original_schema.prisma 53 53 script: 54 54 - | 55 - if [ diff -q schema.prisma original_schema.prisma ]; then 55 + if diff -q schema.prisma original_schema.prisma; then 56 56 echo "Generated schema.prisma is different from original, please run 'just updateschema' and commit the changes" 57 57 exit 1 58 58 fi