Skip to content
Snippets Groups Projects
Commit b0a11edb authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'backlinks-changes' into 'master'

Backlinks changes

See merge request !26
parents 6ae36912 f695ccfe
No related branches found
No related tags found
1 merge request!26Backlinks changes
Pipeline #5916 failed
......@@ -61,13 +61,15 @@ test:
publish:
stage: release
before_script:
- pip install python-semantic-release sib-commit-parser
- pip install python-semantic-release~=5.0 sib-commit-parser~=0.3
- git config user.name "${GITLAB_USER_NAME}"
- git config user.email "${GITLAB_USER_EMAIL}"
- git remote set-url origin "https://gitlab-ci-token:${GL_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git"
- git fetch --tags
script:
- semantic-release publish
only:
- master
tags:
- deploy
......@@ -10,7 +10,7 @@ license = MIT
[options]
packages = find:
install_requires =
djangoldp~=0.5
djangoldp~=0.7
[options.extras_require]
include_package_data = True
......
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