ci: fix test_db recursive copy
This commit is contained in:
@@ -37,10 +37,10 @@ test_db:
|
|||||||
needs: [deps, check_types, check_style]
|
needs: [deps, check_types, check_style]
|
||||||
dependencies: [deps]
|
dependencies: [deps]
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir ${CI_COMMIT_SHA}
|
- mkdir ../${CI_COMMIT_SHA}
|
||||||
- cp -r ./* ${CI_COMMIT_SHA}/
|
- cp -r ./* ../${CI_COMMIT_SHA}/
|
||||||
script:
|
script:
|
||||||
- cd ${CI_COMMIT_SHA}
|
- cd ../${CI_COMMIT_SHA}
|
||||||
- npx supabase db diff -f dummy_migration
|
- npx supabase db diff -f dummy_migration
|
||||||
- git add -N supabase/migrations
|
- git add -N supabase/migrations
|
||||||
- >
|
- >
|
||||||
|
|||||||
Reference in New Issue
Block a user