mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
pass error back to gitlab runner
This commit is contained in:
parent
b243f4b8a3
commit
afb96f4a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ fi
|
|||
initialize_featurebase
|
||||
if [ $? > 0 ]; then
|
||||
terminate_node
|
||||
echo "Error: " >&2
|
||||
echo "Error: " 1>&2
|
||||
exit 1
|
||||
else
|
||||
terminate_node
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue