Skip to content

Commit b19462b

Browse files
committed
chore(ci): Don't cat the store-types.json after running python script.
Signed-off-by: spbsoluble <[email protected]>
1 parent 069e1c2 commit b19462b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/update-stores.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,11 @@ jobs:
102102
working-directory: ./tools/store-type-merge
103103
run: |
104104
python main.py --repo-name ${{ env.KFUTIL_ARG }} --ref ${{ env.TARGET_REPO_BRANCH }}
105-
cat store_types.json
106-
cp -f store_types.json cmd/store_types.json
105+
pwd
106+
ls -la
107+
ls -la ../
108+
ls -la ../../
109+
cp -f store_types.json ../../cmd/store_types.json
107110
env:
108111
GITHUB_TOKEN: ${{ secrets.V2BUILDTOKEN }}
109112

0 commit comments

Comments
 (0)