Commit 93bfbcc1 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Errors and command logging for build-py-project-within-miniconda.sh

parent 96ab033e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
#! /bin/bash

set -e
set -x

echo "-----------------------------------------------"
echo "Current directory: $(pwd)"
echo "Conda environment file: ${CONDA_ENVIRONMENT}"