diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-03-06 03:10:49 +0100 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-03-06 03:10:49 +0100 |
commit | ec1f2a28c902855aa470f8523eea33f8aed6a2b5 (patch) | |
tree | f6d1c7bc0ef697e61d2bb541ceaf93fc34a94b30 /GitAutoDeploy/parsers/gitlabci.py | |
parent | cb07ff7f12ca09dea3cfa2926a7fa04c7bea9813 (diff) | |
download | Git-Auto-Deploy-ec1f2a28c902855aa470f8523eea33f8aed6a2b5.zip Git-Auto-Deploy-ec1f2a28c902855aa470f8523eea33f8aed6a2b5.tar.gz Git-Auto-Deploy-ec1f2a28c902855aa470f8523eea33f8aed6a2b5.tar.bz2 |
Module based file structure. Separated service specific implementations into their own classes.
Diffstat (limited to 'GitAutoDeploy/parsers/gitlabci.py')
-rw-r--r-- | GitAutoDeploy/parsers/gitlabci.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GitAutoDeploy/parsers/gitlabci.py b/GitAutoDeploy/parsers/gitlabci.py new file mode 100644 index 0000000..9fc66be --- /dev/null +++ b/GitAutoDeploy/parsers/gitlabci.py @@ -0,0 +1 @@ +from WebhookRequestParser import WebhookRequestParser |