addNugetDeps.fetch-deps: remove set -u
It was causing issues with other hooks and things used in the build for packages so I opted to remove it as it wasn't there to start with.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# shellcheck shell=bash
|
||||
set -euo pipefail
|
||||
set -e
|
||||
|
||||
export PATH="@binPath@:$PATH"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user