Skip to content

Commit

Permalink
#2786: add basic working skeleton of install_cold task
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-tgeddes authored and Katherine Tomkins committed Sep 8, 2022
1 parent 680f5f1 commit e5afd2c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ set -eux
if [[ -d ${SOURCE_DIR} ]]; then
rm -rf "${SOURCE_DIR}"
fi
printf 'This is running.'
# Checkout ESMValTool.
#git clone -b "${BRANCH}" "${ESMVALTOOL_URL}" "${SOURCE_DIR}"

# Checkout uthpy.
git clone -b "${BRANCH}" "${URL}" "${SOURCE_DIR}"

# Install uthpy.
cd "${SOURCE_DIR}"
pip install . --prefix="${UTH_INSTALL_ROOT}"
# Install ESMValTool.
#cd "${SOURCE_DIR}"
#pip install . --prefix="${RRW_INSTALL_ROOT}"
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[command]
default = install_cold.sh

[env]
ESMVALTOOL_URL = [email protected]:ESMValGroup/ESMValTool.git
BRANCH = main
SOURCE_DIR = ${CYLC_SUITE_RUN_DIR}/src

0 comments on commit e5afd2c

Please sign in to comment.