[Git][cmucl/cmucl][issue-342-add-ci-static-analyzer] Fix typo in new job name

Raymond Toy pushed to branch issue-342-add-ci-static-analyzer at cmucl / cmucl Commits: 09c7b2a0 by Raymond Toy at 2024-07-23T18:24:05-07:00 Fix typo in new job name - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -233,7 +233,7 @@ osx:benchmark: - CMUCL=../../dist/bin/lisp ./run-cmucl.sh - ../../snapshot/bin/lisp -load report -linux:static-analyzer +linux:static-analyzer: stage: build when: manual tags: View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/09c7b2a048aeddc141c54a68... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/09c7b2a048aeddc141c54a68... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)