Raymond Toy pushed to branch rtoy-refactor-ci-config at cmucl / cmucl
Commits: c56210cd by Raymond Toy at 2020-09-05T10:38:16-07:00 Fix typo in osx:build
Stage was "install", but should have benn "build".
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -82,7 +82,7 @@ osx:install: - (cd snapshot; tar xjf ../cmucl-$version-darwin.tar.bz2)
osx:build: - stage: install + stage: build tags: - osx needs:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/c56210cd8302c93572252828...