Merge pull request #1755 from dsame/v-sedoli/set-e-ubuntu2

Fail Ubuntu image building on error in generation scripts
This commit is contained in:
Maxim Lobanov
2020-10-13 08:56:35 +03:00
committed by GitHub
83 changed files with 92 additions and 162 deletions

View File

@@ -1,9 +1,8 @@
#!/bin/bash
#!/bin/bash -e
################################################################################
## File: git.sh
## Desc: Installs Git
################################################################################
set -e
# Source the helpers for use with the script
source "$HELPER_SCRIPTS"/install.sh