chore(commit): add 'set -e -x'

This commit is contained in:
curben 2019-05-28 09:53:29 +09:30
parent 83d2a65086
commit 3c1384b95b
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e -x
## Commit the filter update
## GitLab CI does not permit shell variable in .gitlab-ci.yml.