Commit 36adb6f9 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Move set -e -x to top-level conda test file

parent 93bfbcc1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
#! /bin/bash

set -e
set -x

curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-within-miniconda.sh
source build-py-project-within-miniconda.sh

+0 −3
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}"