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 c69cd1d commit f544ebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/local/bin/install-cylc8
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ 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}"
echo "[INFO] Creating full build using latest versions for Cylc 8 ..."
mamba create -v -y -n "${conda_env}"
Expand Down

0 comments on commit f544ebc

Please sign in to comment.