Skip to content

Commit

Permalink
make archive extraction remove copy of manifest from repo before extr…
Browse files Browse the repository at this point in the history
…acting
  • Loading branch information
mattb-hippo committed Apr 24, 2024
1 parent 87e8f92 commit 2efd2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contentful-schema-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Extract migration files from archive
working-directory: ./Contentful-Schema/migrations
run: rm *.cjs && tar -zxf migrations.tar.gz && rm migrations.tar.gz
run: rm *.cjs && && rm manifest.txt && tar -zxf migrations.tar.gz && rm migrations.tar.gz

- name: Verify migration files against manifest
working-directory: ./Contentful-Schema/utils
Expand Down

0 comments on commit 2efd2c8

Please sign in to comment.