Skip to content

Commit

Permalink
Merge pull request #4463 from owid/fix-schema-update
Browse files Browse the repository at this point in the history
🐝 fix schema update nuschell script (-r flag needed now)
  • Loading branch information
danyx23 authored Jan 17, 2025
2 parents 3d58a91 + 9f2c885 commit 67d9b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-grapher-schema-to-digital-ocean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
( ls packages/@ourworldindata/grapher/src/schema/*
| where name =~ '\d+.(json|yaml)$'
| get name
| each { |it| cp $it ($it | str replace '\d+.(json|yaml)$' 'latest.$1') })
| each { |it| cp $it ($it | str replace -r '\d+.(json|yaml)$' 'latest.$1') })
shell: nu {0}
- run: ls packages/@ourworldindata/grapher/src/schema
shell: nu {0}
Expand Down

0 comments on commit 67d9b94

Please sign in to comment.