Skip to content

Commit b8e151a

Browse files
committed
fix env var
1 parent 364b662 commit b8e151a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ env:
1313
GKSwstype: 100
1414
SLURM_KILL_BAD_EXIT: 1
1515
CONFIG_PATH: "config/ci_configs"
16-
ECCO_WEBDAV_PASSWORD: "$ECCO_PASSWORD"
1716

1817
timeout_in_minutes: 240
1918

experiments/ClimaEarth/components/ocean/clima_seaice.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ using KernelAbstractions: @kernel, @index, @inbounds
1010

1111
include("climaocean_helpers.jl")
1212

13+
# Rename ECCO password env variable to match ClimaOcean.jl
14+
haskey(ENV, "ECCO_PASSWORD") && (ENV["ECCO_WEBDAV_PASSWORD"] = ENV["ECCO_PASSWORD"])
15+
1316
"""
1417
ClimaSeaIceSimulation{SIM, A, OPROP, REMAP}
1518

0 commit comments

Comments
 (0)