[Git][cmucl/cmucl][rtoy-debug-ci-2025-07] Enable tracing when running git-version.sh

Raymond Toy pushed to branch rtoy-debug-ci-2025-07 at cmucl / cmucl Commits: 4661a3eb by Raymond Toy at 2025-07-11T12:30:04-07:00 Enable tracing when running git-version.sh Why does it currently not print anything in CI? - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -50,7 +50,7 @@ variables: # When the result of `git describe` cannot be used as a version # string, an alternative can be provided with the -V flag # The following stages need this to run tests and such. - - bin/git-version.sh + - sh -x bin/git-version.sh - bin/make-dist.sh -I dist build-4 # Also make some tarballs so it's easy to download the artifacts. - bin/make-dist.sh -S build-4 View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/4661a3eb406b920756a2db1c... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/4661a3eb406b920756a2db1c... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)