We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f6ffd commit 101976bCopy full SHA for 101976b
.buildkite/perf/pipeline.yml
@@ -20,7 +20,7 @@ steps:
20
- label: "init :GPU:"
21
key: "init_gpu_env"
22
command:
23
- - git clone https://github.com/CliMA/ClimaCoupler.jl.git $COUPLER_PATH && cd $COUPLER_PATH && git checkout $COUPLER_COMMIT
+ - git clone https://github.com/CliMA/ClimaCoupler.jl.git $COUPLER_PATH && bash -c "cd $COUPLER_PATH && git checkout $COUPLER_COMMIT"
24
- "echo $$JULIA_DEPOT_PATH"
25
- echo "--- Instantiate AMIP env"
26
# Instantiate and dev install ClimaCore
0 commit comments