Skip to content

Commit 78ecd24

Browse files
committed
Add more debugging info
1 parent 25b5166 commit 78ecd24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/export-cmor-cvs-table.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,15 @@ jobs:
4343
esgvoc config remove-project -f cmip6plus
4444
4545
esgvoc config show
46-
esgvoc install
46+
esgvoc install > /dev/null 2>&1
4747
4848
# wait for everything to flush
4949
sleep 10
5050
5151
- name: Check CMOR CVs table is up to date
5252
run: |
5353
esgvoc cmor-export-cvs-table --out-path cmor-cvs.json
54+
cat cmor-cvs.json
5455
5556
git diff
5657
(! git status --porcelain --untracked-files=no | grep '^.M') || (echo "CMOR CVs table is not up to date. Please run `bash create-cmor-cvs-table-export-environment.sh` (if you haven't already), then run `venv/bin/esgvoc cmor-export-cvs-table --out-path cmor-cvs.json` locally, then commit and push the results." && exit 1)

0 commit comments

Comments
 (0)