Add tool for fetching all student projects by group

This commit is contained in:
Tim Schubert 2018-09-21 15:43:01 +02:00
parent 946dbd22e6
commit 3e9d0b119b
2 changed files with 22 additions and 0 deletions

View file

@ -1,12 +0,0 @@
#!/bin/sh
cat > python-gitlab.cfg <<EOF
[global]
default = default
ssl_verify = true
[default]
url = $(echo ${CI_PROJECT_URL} | cut -d '/' -f -3)
api_version = 4
private_token = ${PRIVATE_API_TOKEN}
EOF