Skip to content
Snippets Groups Projects
Commit 994ec536 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
gitlab-shell/ .ssh/ gitlab-satellites/ repositories/ gitlab/
Makefile 0 → 100644
gitlab_repo = https://gitlab.com/gitlab-org/gitlab-ce.git
gitlab_shell_repo = https://gitlab.com/gitlab-org/gitlab-shell.git
all: gitlab/.git gitlab-shell/.git
gitlab/.git:
git clone ${gitlab_repo} gitlab
gitlab-shell/.git:
git clone ${gitlab_shell_repo} gitlab-shell
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment