CI: add set -e

This commit is contained in:
Dmitry Maksyoma
2021-09-11 17:27:50 +12:00
parent 3500489bb8
commit 2f91fbd235

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -e
check_directory_exists() {
local remote_dir="$1"