This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
pushee/constants.py

13 lines
188 B
Python
Raw Normal View History

2019-11-22 15:03:21 +01:00
#!/usr/bin/env python3
import os
DRY_RUN = False
PROJECT = "xfocko%2Fib111-reviews"
HOMEWORK = "hwX"
SUFFIX = ("", "-opravne")[0]
2019-11-22 15:03:21 +01:00
SUBMISSIONS = []
2019-11-22 15:03:21 +01:00
TOKEN = os.getenv("GITLAB_FI_TOKEN")