6 lines
90 B
Bash
Executable file
6 lines
90 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd /tools/home
|
|
/tools/infer/bin/infer -- mvn compile -Drat.skip=true
|