Skip to content

Commit

Permalink
Remove deprecated option offline from CI configuration (#3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlunma authored and Javier Vegas-Regidor committed Jan 14, 2024
1 parent d17b552 commit abcf02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -214,7 +214,7 @@ jobs:
conda activate esmvaltool
mkdir -p ~/climate_data
esmvaltool config get_config_user
echo "offline: false" >> ~/.esmvaltool/config-user.yml
echo "search_esgf: when_missing" >> ~/.esmvaltool/config-user.yml
cat ~/.esmvaltool/config-user.yml
for recipe in esmvaltool/recipes/testing/recipe_*.yml; do
esmvaltool run "$recipe"
Expand Down

0 comments on commit abcf02a

Please sign in to comment.