Skip to content

Commit

Permalink
Update README and gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ansible-aed committed Apr 10, 2019
1 parent 5bebf4a commit 096ac68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ publish-github:
stage: publish
image: docker:17.07
only:
- tags
refs:
- tags
variables:
- $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/
script:
- apk update && apk add git
- git push -u https://${GITHUB_USER_NAME}:${GITHUB_USER_TOKEN}@github.com/arbor/fidoclient.git HEAD:master
Expand All @@ -38,7 +41,10 @@ publish-pypi:
TWINE_USERNAME: ${PYPI_USERNAME}
TWINE_PASSWORD: ${PYPI_PASSWORD}
only:
- tags
refs:
- tags
variables:
- $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/
before_script:
- pip install twine
- sed -i "s/<version#>/${CI_COMMIT_TAG}/g" setup.py
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Edge Defense Manager Client v0.9.1
==================================
Edge Defense Manager Client
===========================

This simple client allows you to use Edge Defense Manager's public API.

Expand Down

0 comments on commit 096ac68

Please sign in to comment.