mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
play: add -x flag
This commit is contained in:
parent
49b4e7b0df
commit
cf3802cc7f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
- "d3:5f:9d:68:ea:12:9a:42:d3:d3:e1:db:b0:6a:fc:d2"
|
||||
- run:
|
||||
name: TEST - Create test branch on api-data and relative PR # TODO: move to the deploy phase TODO: rename
|
||||
command: bash Resources/scripts/updater.sh
|
||||
command: bash -x Resources/scripts/updater.sh
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
Loading…
Reference in a new issue