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:
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:
|
||||||
|
5
.pre-commit-config.yaml
Normal file
5
.pre-commit-config.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
||||||
|
sha: e626cd57090d8df0be21e4df0f4e55cc3511d6ab
|
||||||
|
hooks:
|
||||||
|
- id: flake8
|
||||||
|
- id: check-json
|
Loading…
Reference in New Issue
Block a user