CI: add set -e
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
check_directory_exists() {
|
check_directory_exists() {
|
||||||
local remote_dir="$1"
|
local remote_dir="$1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user