conf.py 305 B

123456789
  1. GITHUB_USER, GITUB_PASSWORD = "user", "secret"
  2. POST_KEY = '6361675'
  3. # notes about config
  4. # the config should be able to set destroy build or not.
  5. # each build is done in a directory names after the git hash
  6. # if the build is successful it will be removed, and if not it will
  7. # be conditionally removed.