Created
January 22, 2020 12:52
-
-
Save rodrigosiviero/8107538063fc2e1fc2edb4fc447744c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| before_script: | |
| - pip install python-gitlab | |
| create_release: | |
| stage: deploy | |
| image: docker:latest | |
| tags: | |
| - docker_runner | |
| script: | |
| - python create_release.py | |
| only: | |
| - master | |
| - merge_request |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment