chore(ci): add debug info for publish_all_packages

This commit is contained in:
Andrey Lushnikov 2020-03-02 18:35:04 -08:00
parent bccdaec8b4
commit a40f562662
2 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,8 @@ cache:
directories:
- node_modules
script:
- npm run lint
- echo "debug"
#- npm run lint
#- xvfb-run --auto-servernum npm run ctest
#- xvfb-run --auto-servernum npm run ftest
#- xvfb-run --auto-servernum npm run wtest

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
set +x
set -x
trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)"