Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 17a591b4 authored by hhakim's avatar hhakim
Browse files

Set strict mode in script: not defined variable, nonzero exit/pipeline code raise an error.

parent 67506834
Branches
Tags
No related merge requests found
Pipeline #849341 failed
......@@ -2,6 +2,8 @@
# Needed environment variables: FAUST_VERSION, MACOS_PY_VER, DURL, DFILE, EXPERIMENTAL_PKG, MACOS_PKG_STORE_PATH (optional)
set -euo pipefail
export PYTHON_PATH=$(which python$MACOS_PY_VER)
if [[ ! -d 'build' ]]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment