Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Mar 4, 2024
1 parent 5e2d12d commit be16ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,9 @@ ci-setup-nvim:
#!/bin/sh
set -eaux

echo in_ci: {{ in_ci }}
echo PRINTING in_ci: {{ in_ci }}
printenv | sort
echo CI: $CI
echo PRINTING CI: $CI

# Exit if installed
if ! command -v nvim; then
Expand Down

0 comments on commit be16ac5

Please sign in to comment.