Raymond Toy pushed to branch issue-358-macos-git-cert-error at cmucl / cmucl Commits: 90efb3d5 by Raymond Toy at 2024-10-16T08:56:08-07:00 More debugging of osx:install stage Add `before_script` to print out what git we're using. Ignore any failures in this stage too. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -165,6 +165,10 @@ osx:install: artifacts: paths: - snapshot/ + allow_failure: true + before_script: + - type -all git + - git --version script: - echo PATH = $PATH - ls -F /usr/local/bin View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/90efb3d57e98dbfed159194a... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/90efb3d57e98dbfed159194a... You're receiving this email because of your account on gitlab.common-lisp.net.