Skip to content

Commit

Permalink
Fix conda build CI issue with issuing git commands. (#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
0mdc authored Jul 3, 2023
1 parent 0c7cedb commit 546f7a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ jobs:
<<^ parameters.CI_TEST >> --env << parameters.AIHABITAT_CONDA_CHN_PWD_VAR >> <</ parameters.CI_TEST >> \
hsim_condabuild_dcontainer \
/bin/bash -c "source ~/.bashrc && conda activate py39 \
&& cd /remote/habitat-sim/ && git config --global --add safe.directory '*' \
&& cd /remote/habitat-sim/conda-build \
<<^ parameters.CI_TEST >> && yes | anaconda login --username << parameters.AIHABITAT_CONDA_CHN >> --password \${<< parameters.AIHABITAT_CONDA_CHN_PWD_VAR >>} <</ parameters.CI_TEST >> --hostname "aihabitat-conda-ci-builder-linux" \
&& python matrix_builder.py \
Expand Down

0 comments on commit 546f7a1

Please sign in to comment.