Skip to content

Commit

Permalink
ci: Enable colors in Gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 2, 2024
1 parent 2e6f169 commit 243995d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
variables:
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
# Enable colors in CI terminal
TERM: ansi
FORCE_COLOR: 1

before_script:
source iis-setup.sh
Expand Down

0 comments on commit 243995d

Please sign in to comment.