Skip to content
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

Using gitlab doesn't work #9

Open
NixBiks opened this issue May 21, 2019 · 1 comment
Open

Using gitlab doesn't work #9

NixBiks opened this issue May 21, 2019 · 1 comment

Comments

@NixBiks
Copy link

NixBiks commented May 21, 2019

Hi @ines

It seems that the juniper settings in meta.json is only valid for GitHub repositories?

Looking in src/components/juniper.js I see that you have

const binderUrl = `${url}/build/gh/${repo}/${branch}`

But when I visit the Binder ui then it seems the url are

https://mybinder.org/v2/gl/nixd%2Fpython-starter-course/binder

instead of

https://mybinder.org/v2/gh/nixd/python-starter-course/binder

I get v2 instead of build, gl instead of gh and %2F instead of / (last can be fixed in ${repo})

EDIT

Seeing your answer in this thread I might just have my juniper in a github repo but itself (if that works - still a bit confused about those links).

@ines
Copy link
Owner

ines commented May 21, 2019

I think the main difference here is gl instead of gh? %2F == / and I think the build URL is just the internal Binder URL to connect to from JupyterLab? You could just try and change it and see what happens?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants