exasol / script-languages-container-ci

Contains Python project to run Script-Languages-Container CI Builds
MIT License
0 stars 0 forks source link

#9: Implemented run-release command #10

Closed tomuben closed 2 years ago

tomuben commented 2 years ago

New run-release command

  1. Uses PyGithub to upload artifacts to the given Github release
  2. The release is supposed to exist, and needs to be indicated by it's release ID
  3. The script-language container are pushed to the Docker release repository (indicated by parameters) and to the given GH release

Renamed ignore_folders => ignore_paths

The JSON key ignore_folders was renamed to ignore_paths in the project config file. Fixed here, too.

Cleaned up init.py

Moved all free functions from __init__.py to common.py