1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-21 07:42:28 +00:00

Fixed CI problem

This commit is contained in:
J. Fernando Sánchez 2017-02-27 19:30:02 +01:00
parent ba2e18125c
commit 454aa61fba
3 changed files with 8 additions and 1 deletions

View File

@ -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:

5
.pre-commit-config.yaml Normal file
View File

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

View File

@ -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: