Chore: Updated dependencies

Chore: Added the set -e command to deploy so that it quits on errors
This commit is contained in:
2021-06-19 10:51:37 +05:30
parent 70d76f9951
commit b47715bc22
2 changed files with 13 additions and 12 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
cd "$parent_path" || exit