Skip to content

Commit

Permalink
Avoid WARNING about the terminal not being fully functional
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
Benoit Donneaux committed Nov 1, 2024
1 parent b435fff commit 1ac5922
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ aliases:
command: |
git clone "https://github.com/${CIRCLE_PR_USERNAME}/${CIRCLE_PR_REPONAME}.git" .
git checkout -b "${CIRCLE_BRANCH}" "${CIRCLE_SHA1}"
git log -n 1 --pretty=oneline
TERM=ansi git log -n 1 --pretty=oneline
- &CHECKOUT_WINDOWS
run:
name: Checkout code
command: |
git clone "https://github.com/$Env:CIRCLE_PR_USERNAME/$Env:CIRCLE_PR_REPONAME.git" .
git checkout -b "$Env:CIRCLE_BRANCH" "$Env:CIRCLE_SHA1"
$Env:TERM = 'ansi'
git log -n 1 --pretty=oneline
- &PREPARE_VIRTUALENV
Expand Down

0 comments on commit 1ac5922

Please sign in to comment.