Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmatthews committed Nov 4, 2024
1 parent f544ebc commit b7db11a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions usr/local/bin/install-cylc8
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ fi
exec > >(tee -a "${PACKDIR}/cylc-8_$(date +%FT%H:%M).log") 2>&1
mamba --version

set -x
LABEL="cylc-8"
conda_env=cylc-full-build
mamba env remove --help
mamba env remove -n "${conda_env}"
mamba env remove -n "${conda_env}" 2>/dev/null || true
echo "[INFO] Creating full build using latest versions for Cylc 8 ..."
mamba create -v -y -n "${conda_env}"
conda activate "${conda_env}"
Expand Down

0 comments on commit b7db11a

Please sign in to comment.