Fixed CI problem

pull/17/head 0.8.0
J. Fernando Sánchez 7 years ago
parent ba2e18125c
commit 454aa61fba

@ -56,6 +56,8 @@ image-2.7:
image-latest: image-latest:
stage: release stage: release
variables:
IMAGENAME: $CI_REGISTRY_IMAGE
before_script: before_script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
script: script:

@ -0,0 +1,5 @@
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: e626cd57090d8df0be21e4df0f4e55cc3511d6ab
hooks:
- id: flake8
- id: check-json

@ -87,7 +87,7 @@ git_commit:
git_tag: git_tag:
git tag ${VERSION} git tag ${VERSION}
upload_git: git_push:
git push --tags origin master git push --tags origin master
pip_upload: pip_upload:

Loading…
Cancel
Save