You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Describe the bug
The test has been done on a clear ubuntu docker container. Following this instructions it still looks like the fetch is not working.
The content of gitab metadata (/root/.allero/repo_files/gitlab.json) is empty {}
I can reproduce this issue.
Although, the commands inside docker are not complete, here's the complete list of commands need to run to reproduce (obviously couldn't check your private repo, and for public repo I believe that a token is not required)
apt update && apt upgrade
apt install unzip curl
curl https://get.allero.io | /bin/bash
allero fetch gitlab gitterHQ/webapp
allero validate # no repositories or owners
cat /root/.allero/repo_files/gitlab.json # prints {}
@dimabru did this work in the past? Any idea what went wrong?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
The test has been done on a clear ubuntu docker container. Following this instructions it still looks like the fetch is not working.
The content of gitab metadata (/root/.allero/repo_files/gitlab.json) is empty {}
To Reproduce
Steps to reproduce the behavior:
inside docker
The text was updated successfully, but these errors were encountered: