Skip to content

Commit

Permalink
Merge pull request #4454 from ESMCI/fix_container_directories
Browse files Browse the repository at this point in the history
Fixes creating directory for input data

Fixes issue when /storage/inputdata doesn't exist and the cached
test files cannot be populated, causing the testing workflow to fail.

Test suite: n/a
Test baseline: n/a
Test namelist changes: n/a
Test status: n/a

Fixes n/a
User interface changes?: n/a
Update gh-pages html (Y/N)?: n/a
  • Loading branch information
jgfouca authored Jul 10, 2023
2 parents 9cbc1b8 + e288589 commit aac3b5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ function init_e3sm() {

update_cime "${install_path}/cime"

mkdir -p /storage/inputdata

rsync -vr /cache/ /storage/inputdata/

cd "${install_path}/cime"
Expand Down

0 comments on commit aac3b5a

Please sign in to comment.