Skip to content

Instantly share code, notes, and snippets.

@rodrigosiviero
Created January 22, 2020 12:52
Show Gist options
  • Select an option

  • Save rodrigosiviero/8107538063fc2e1fc2edb4fc447744c4 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigosiviero/8107538063fc2e1fc2edb4fc447744c4 to your computer and use it in GitHub Desktop.
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