Skip to content
Snippets Groups Projects
Commit a2287e2e authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

fix errors

parent 3f2d39c3
No related branches found
No related tags found
No related merge requests found
......@@ -35,17 +35,16 @@ release_job:
stage: release
image: python
needs: ["pages"]
variables:
PATH: "$HOME/bin:$PATH"
tags:
- docker, specific
rules:
- if: $CI_COMMIT_TAG
before_script:
- export PATH=$PATH:$HOME/bin
- pip install twine
- mkdir -p ~/bin/
- mkdir -p $HOME/bin/
- curl --location --output ~/bin/release-cli "https://release-cli-downloads.s3.amazonaws.com/latest/release-cli-linux-amd64"
- chmod +x ~/bin/release-cli
- chmod +x $HOME/bin/release-cli
script:
- python setup.py sdist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment