ci: enable script debug
This commit is contained in:
parent
10f64fb05f
commit
fb5848f5e5
|
@ -12,6 +12,7 @@ workflows:
|
||||||
pre-steps:
|
pre-steps:
|
||||||
- run:
|
- run:
|
||||||
command: >
|
command: >
|
||||||
|
set -x
|
||||||
sudo apt-get update;
|
sudo apt-get update;
|
||||||
sudo apt-get install bison;
|
sudo apt-get install bison;
|
||||||
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer);
|
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer);
|
||||||
|
|
Loading…
Reference in New Issue