Skip to content

Commit 101976b

Browse files
committed
cd in subcommand
1 parent 24f6ffd commit 101976b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/perf/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
- label: "init :GPU:"
2121
key: "init_gpu_env"
2222
command:
23-
- git clone https://github.com/CliMA/ClimaCoupler.jl.git $COUPLER_PATH && cd $COUPLER_PATH && git checkout $COUPLER_COMMIT
23+
- git clone https://github.com/CliMA/ClimaCoupler.jl.git $COUPLER_PATH && bash -c "cd $COUPLER_PATH && git checkout $COUPLER_COMMIT"
2424
- "echo $$JULIA_DEPOT_PATH"
2525
- echo "--- Instantiate AMIP env"
2626
# Instantiate and dev install ClimaCore

0 commit comments

Comments
 (0)