Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck authored Jul 1, 2024
1 parent 0ffc695 commit a88da3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ steps:
artifact_paths: "experiments/standalone/Soil/water_conservation*png"

- label: "Water conservation in Full Soil Model"
command: "julia --color=yes --project=.buildkite experiments/standalone/Soil/full_soil_implicit.jl"
artifact_paths: "experiments/standalone/Soil/water_conservation_flux_full_soil_*png"
command: "julia --color=yes --project=.buildkite experiments/standalone/Soil/water_energy_conservation.jl"
artifact_paths: "experiments/standalone/Soil/*full_soil_*png"

- label: "Richards Runoff CPU"
command: "julia --color=yes --project=.buildkite experiments/standalone/Soil/richards_runoff.jl"
Expand Down

0 comments on commit a88da3d

Please sign in to comment.