Configure global variables at the root groups level in GitLab
Gitlabform does not properly support nested groups amongst other things
docker-compose up -d
# run a local GitLab instance for testing
cd src/gitlabconf
go test
# run unit tests
go run main.go
# run main program from source
See etc/gitlab-config-sample.yml for a configuration file sample
cd src/gitlabconf
go install
$GOPATH/bin/gitlabconf <configfile>
configfile can be omitted, will default to ./gitlab-config.yml