Skip to content

Commit

Permalink
Integration of PyPI distribution with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Jamrog committed Jul 11, 2018
1 parent 94de4fe commit 3904c70
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,32 @@ release:deb_ubuntu_xenial:
- branches
- /^(?!v[0-9]+).*/

release:pypi:
stage: build:rpm
script:
- ./publish.sh
tags:
- xrootd-shell
only:
- web
except:
- branches
- /^(?!v[0-9]+).*/

publish:pypi:
stage: publish
script:
- sudo -u stci -H mkdir -p /eos/project/s/storage-ci/www/xrootd/release/pypi-dist
- sudo -u stci -H cp dist/*.tar.gz /eos/project/s/storage-ci/www/xrootd/release/pypi-dist/.
tags:
- xrootd-shell
only:
- web
except:
- branches
- /^(?!v[0-9]+).*/


weekly:cc7:
stage: build:rpm
image: gitlab-registry.cern.ch/linuxsupport/cc7-base
Expand Down

0 comments on commit 3904c70

Please sign in to comment.