Skip to content
Snippets Groups Projects
Verified Commit 50df3e2b authored by Varac's avatar Varac
Browse files

Exit create_vps.sh on first error

See https://open.greenhost.net/openappstack/openappstack/-/jobs/15079
for an example where the script fails but the CI job still continues
parent 7aad083d
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env sh
# Check if cluster directory was available from cache
set -v
set -ve
if [ -d clusters/$HOSTNAME/secrets ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment