chore(commit): add 'set -e -x'
This commit is contained in:
parent
83d2a65086
commit
3c1384b95b
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e -x
|
||||
|
||||
## Commit the filter update
|
||||
|
||||
## GitLab CI does not permit shell variable in .gitlab-ci.yml.
|
||||
|
|
Loading…
Reference in New Issue