-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gitlab support #182
Comments
@guicho271828 What did you have in mind for this? I currently use coleslaw for my gitlab pages site. |
For anyone interested, this is the a very minimal example of a image:
name: fukamachi/sbcl:2.0.9-debian
entrypoint: [""]
pages:
script:
- apt-get update
- apt-get --yes install rsync
- ros install coleslaw-cli
- coleslaw stage
artifacts:
paths:
- public An example like this should be enough for someone to get up and running. It's different than github pages, so it doesn't really make sense to create a plugin for it. |
I have mine here: https://gitlab.com/shukryzablah/shukryzablah.gitlab.io, shukryzablah.gitlab.io Note, if you are not using the |
if there is any demand.
The text was updated successfully, but these errors were encountered: